From 30bec05d8ee58323cceac214e8c6943f0a2f96a9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 19 Dec 1999 05:51:55 +0000 Subject: [PATCH] (__libc_open64): Use ISO format. --- sysdeps/posix/open64.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 = ; -- 2.47.2