Searched defs:EILSEQ (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java184 public static final int EILSEQ = placeholder(); field in class:OsConstants
719 if (errno == EILSEQ) {
720 return "EILSEQ";

Completed in 49 milliseconds