From: Andreas Jaeger Date: Fri, 5 Sep 2003 06:10:43 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13277fe1f60e8ff3a82e6bf233e0c6eeaf85797b;p=thirdparty%2Fglibc.git Update. 2003-09-05 Andreas Jaeger * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Change prototype to use variable argument lists and get the possible one argument via va_arg. --- diff --git a/ChangeLog b/ChangeLog index 13f55eec690..a4894f71856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-09-05 Andreas Jaeger + + * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Change + prototype to use variable argument lists and get the possible one + argument via va_arg. + 2003-09-04 Ulrich Drepper * posix/unistd.h: Add back __THROW to sysconf, pathconf, fpathconf.