Update.
authorAndreas Jaeger <aj@suse.de>
Fri, 5 Sep 2003 08:44:59 +0000 (08:44 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 5 Sep 2003 08:44:59 +0000 (08:44 +0000)
* sysdeps/unix/sysv/linux/x86_64/fcntl.c: New.

ChangeLog
sysdeps/unix/sysv/linux/x86_64/fcntl.c [new file with mode: 0644]

index 754f793..57311c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        prototype to use variable argument lists and get the possible one
        argument via va_arg.
        * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/fcntl.c: New.
 
 2003-09-04  Ulrich Drepper  <drepper@redhat.com>
 
diff --git a/sysdeps/unix/sysv/linux/x86_64/fcntl.c b/sysdeps/unix/sysv/linux/x86_64/fcntl.c
new file mode 100644 (file)
index 0000000..c4450c0
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/fcntl.c>