From: Ulrich Drepper Date: Sun, 19 Dec 1999 05:51:55 +0000 (+0000) Subject: (__libc_open64): Use ISO format. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30bec05d8ee58323cceac214e8c6943f0a2f96a9;p=thirdparty%2Fglibc.git (__libc_open64): Use ISO format. --- diff --git a/sysdeps/posix/open64.c b/sysdeps/posix/open64.c index a14c1a8f790..6e37b75236a 100644 --- a/sysdeps/posix/open64.c +++ b/sysdeps/posix/open64.c @@ -22,9 +22,7 @@ /* Open FILE with access OFLAG. If OFLAG includes O_CREAT, a third argument is the file protection. */ int -__libc_open64 (file, oflag) - const char *file; - int oflag; +__libc_open64 (const char *file, int oflag, ...) { int mode = ;