aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/fcntl.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 754f793..57311c9 100644
--- 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
index 0000000..c4450c0
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/x86_64/fcntl.c
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/fcntl.c>