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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java235 public static final int ENOTTY = placeholder(); field in class:OsConstants
864 if (errno == ENOTTY) {
865 return "ENOTTY";

Completed in 55 milliseconds