From b540e5d0b54d5e6a424628e4ed466486db5625f0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 7 Sep 2000 15:46:19 +0000 Subject: Update. * sysdeps/unix/sysv/linux/mips/lockf64.c: New file. * sysdeps/unix/sysv/linux/i386/fcntl.c: Add prototypes for the syscalls. --- sysdeps/unix/sysv/linux/i386/fcntl.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/unix/sysv/linux/i386/fcntl.c') diff --git a/sysdeps/unix/sysv/linux/i386/fcntl.c b/sysdeps/unix/sysv/linux/i386/fcntl.c index 962249a855..e67931ec71 100644 --- a/sysdeps/unix/sysv/linux/i386/fcntl.c +++ b/sysdeps/unix/sysv/linux/i386/fcntl.c @@ -24,6 +24,10 @@ #include #include "../kernel-features.h" +extern int __syscall_fcntl (int __fd, int __cmd, ...); +#ifdef __NR_fcntl64 +extern int __syscall_fcntl64 (int __fd, int __cmd, ...); +#endif #if __ASSUME_FCNTL64 == 0 /* This variable is shared with all files that check for fcntl64. */ -- cgit v1.2.1