[klibc] Re: [PATCH] fcntl takes unsigned long as third arg

H. Peter Anvin hpa at zytor.com
Thu Aug 26 20:18:58 PDT 2004


Dave Dodge wrote:
> 
> Just FYI, the Single Unix Specification (v2 and v3) says:
> 
>   int fcntl(int fildes, int cmd, ...);
> 

Yup, a multiplexed, varadic syscall, visible to apps.  GAG BARF PUKE 
VOMIT :(

I implemented that yesterday (in 0.170); it should now also call 
fcntl64() with F_GETLK64 et al where appropriate, too.

	-hpa



More information about the klibc mailing list