]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__libc_open64): Use ISO format.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 05:51:55 +0000 (05:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 05:51:55 +0000 (05:51 +0000)
sysdeps/posix/open64.c

index a14c1a8f790ca1126f7afc5280e322c86361ac7b..6e37b75236a6a4511edceb6f307d7063b777cbc8 100644 (file)
@@ -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 = ;