[uClibc]Missing errno for kernel 2.4.19 in mips errno_value.h

Marshall M. Midden m4 at brecis.com
Thu Sep 12 23:45:07 UTC 2002


Everything else is present, but EHASHCOLLISION is missing.

diff -u -r1.1 errno_values.h
--- errno_values.h      11 Sep 2002 01:42:41 -0000      1.1
+++ errno_values.h      12 Sep 2002 23:43:24 -0000
@@ -130,6 +130,7 @@
 /* These errors are Linux extensions.  */
 #define ENOMEDIUM      159     /* No medium found */
 #define EMEDIUMTYPE    160     /* Wrong medium type */
+#define EHASHCOLLISION 161     /* Number of hash collisons exceeds maximum generation counter value.  */
 #define EDQUOT         1133    /* Quota exceeded */
 
 #endif /* _BITS_ERRNO_VALUES_H */





More information about the uClibc mailing list