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

/libcore/luni/src/main/java/libcore/io/
H A DOsConstants.java157 public static final int ENOTTY = placeholder(); field in class:OsConstants
697 if (errno == ENOTTY) {
698 return "ENOTTY";

Completed in 20 milliseconds