[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Dishonest docs ?



On Thu, Mar 23, 2000 at 12:36:29PM +0530, Binand Raj S. wrote:
> Afterwards, just check out the implementation of mkdir in glibc - it is too
> long to include here. :-) The path is sysdeps/unix/mkdir.c

sysdeps/generic/* is  generic stuff. The real select you use should be
somewhere in sysdeps/unix/sysv/linux/*

For getcontext, there is no linux specific equivalent.

	-Arun