aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-09-05 07:58:18 +0000
committerAndreas Jaeger <aj@suse.de>2003-09-05 07:58:18 +0000
commit76d0a2c4abb373551d7ff3559c9808907944041b (patch)
tree41876879ed77a235eea532a7c9e04e3b0967964b /ChangeLog
parent13277fe1f60e8ff3a82e6bf233e0c6eeaf85797b (diff)
downloadglibc-76d0a2c4abb373551d7ff3559c9808907944041b.zip
glibc-76d0a2c4abb373551d7ff3559c9808907944041b.tar.gz
glibc-76d0a2c4abb373551d7ff3559c9808907944041b.tar.bz2
Update.
* sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4894f7..754f793 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* 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.
+ * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Likewise.
2003-09-04 Ulrich Drepper <drepper@redhat.com>