From: Florian Weimer Date: Thu, 2 Jun 2016 11:21:30 +0000 (+0200) Subject: sysdeps/unix/sysv/linux/dl-openat64.c: Convert to ISO definition X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb83ebd8f23971100d832b5343d0f7cf3b94353;p=thirdparty%2Fglibc.git sysdeps/unix/sysv/linux/dl-openat64.c: Convert to ISO definition Partial backport of commit 9dd346ff431fc761f1b748bd4da8bb59f7652094. --- diff --git a/ChangeLog b/ChangeLog index 961fc2a9258..2433fc206ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-06-02 Florian Weimer + + * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Convert to + ISO-style variadic function definition. + 2015-12-11 Steve Ellcey * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): diff --git a/sysdeps/unix/sysv/linux/dl-openat64.c b/sysdeps/unix/sysv/linux/dl-openat64.c index 732097dd92c..ae15e3af064 100644 --- a/sysdeps/unix/sysv/linux/dl-openat64.c +++ b/sysdeps/unix/sysv/linux/dl-openat64.c @@ -23,10 +23,7 @@ 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));