Question on variable argument list for 'open.c'.

Steven J. Hill sjhill at realitydiluted.com
Sat Feb 4 23:13:17 UTC 2006


Mike Frysinger wrote:
> 
> huh ?
> open("/dev/null", O_RDONLY)
> open("/tmp/foo", O_RDWR|O_CREAT|O_EXCL, 0700)
>
The confusion was with glibc's declration of the function since they
do not have the '...' explicitly declared.

-S



More information about the uClibc mailing list