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

Manuel Novoa III mjn3 at codepoet.org
Sun Sep 15 17:58:13 UTC 2002


Marshall,

The only reference I found to EHASHCOLLISION in stock 2.4.19 is

 * Trivial changes by Alan Cox to remove EHASHCOLLISION for
 * compatibility

in fs/reiserfs/namei.c.  I also found no reference to it in glibc,
and I checked 2.2.2, 2.2.5, and cvs.

Manuel

On Thu, Sep 12, 2002 at 04:45:07PM -0700, Marshall M. Midden wrote:
> 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