[uClibc]Re: __NR_* definitions

Miles Bader miles at lsi.nec.co.jp
Tue Mar 12 01:41:19 UTC 2002


> +/* Kernel headers before 2.1.mumble need this on the Alpha to get
> +   _syscall* defined.  */
> +#define __LIBRARY__
>  #include <sys/syscall.h>
> +#if __GNU_LIBRARY__ < 5
> +/* This is needed for libc5 */
>  #include <asm/unistd.h>
> +#endif
>  #include "grp.h"

What's the point in including code `needed for libc5' in uClibc?!
[or is the comment misleading?]

-Miles
-- 
Love is a snowmobile racing across the tundra.  Suddenly it flips over,
pinning you underneath.  At night the ice weasels come.  --Nietzsche



More information about the uClibc mailing list