]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sysdeps/unix/sysv/linux/dl-openat64.c: Convert to ISO definition
authorFlorian Weimer <fweimer@redhat.com>
Thu, 2 Jun 2016 11:21:30 +0000 (13:21 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 2 Jun 2016 11:21:30 +0000 (13:21 +0200)
Partial backport of commit 9dd346ff431fc761f1b748bd4da8bb59f7652094.

ChangeLog
sysdeps/unix/sysv/linux/dl-openat64.c

index 961fc2a9258cb52fa776ea87aba42de77e3ca4c2..2433fc206ce15df7dfbb843be2726a0f6abaf744 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-02  Florian Weimer  <fweimer@redhat.com>
+
+       * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Convert to
+       ISO-style variadic function definition.
+
 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
 
        * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
index 732097dd92cdbcf447dc55f6a030c52b60333619..ae15e3af06459844c5ed5b5befd876f279372035 100644 (file)
 
 
 int
-openat64 (dfd, file, oflag)
-     int dfd;
-     const char *file;
-     int oflag;
+openat64 (int dfd, const char *file, int oflag, ...)
 {
   assert (!__OPEN_NEEDS_MODE (oflag));