[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Dishonest docs ?
On Fri, Mar 24, 2000 at 01:39:40PM +0530, Binand Raj S. wrote:
> Arun Sharma forced the electrons to say:
> > sysdeps/generic/* is generic stuff. The real select you use should be
> > somewhere in sysdeps/unix/sysv/linux/*
>
> That was what I meant. There is no select in any of the files under
> sysdeps/unix. At least, that is what a grep select $(find . -name \*.c) told
> me.
sysdeps/unix/sysv/linux/syscalls.list
generates stub functions in .S files through build scripts which
gets assembled and linked into libc.so.
-Arun