aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-09-05 06:10:43 +0000
committerAndreas Jaeger <aj@suse.de>2003-09-05 06:10:43 +0000
commit13277fe1f60e8ff3a82e6bf233e0c6eeaf85797b (patch)
treebefaa8844d0c9d12a24c165d94b8a8e0a0bb2367
parentd60f1e8d315a85cebe9f38c26b8a4830c09bb7ae (diff)
downloadglibc-13277fe1f60e8ff3a82e6bf233e0c6eeaf85797b.tar
glibc-13277fe1f60e8ff3a82e6bf233e0c6eeaf85797b.tar.gz
glibc-13277fe1f60e8ff3a82e6bf233e0c6eeaf85797b.tar.bz2
glibc-13277fe1f60e8ff3a82e6bf233e0c6eeaf85797b.zip
Update.
2003-09-05 Andreas Jaeger <aj@suse.de> * 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.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13f55eec69..a4894f7185 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-05 Andreas Jaeger <aj@suse.de>
+
+ * 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 <drepper@redhat.com>
* posix/unistd.h: Add back __THROW to sysconf, pathconf, fpathconf.