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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java241 public static final int EPROTO = placeholder(); field in class:OsConstants
876 if (errno == EPROTO) {
877 return "EPROTO";

Completed in 7 milliseconds