* sysdeps/unix/sysv/linux/x86_64/fcntl.c: New.
This commit is contained in:
Andreas Jaeger 2003-09-05 08:44:59 +00:00
parent 76d0a2c4ab
commit 6ae3b383a5
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/fcntl.c>