From 3039e5421ce80d9934f4f6f6efd556afe388f10e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 00:22:11 +0000 Subject: Some undefs to be pedantic --- libc/sysdeps/linux/common/__syscall_fcntl64.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/__syscall_fcntl64.c') diff --git a/libc/sysdeps/linux/common/__syscall_fcntl64.c b/libc/sysdeps/linux/common/__syscall_fcntl64.c index 763297cf0..9231808e3 100644 --- a/libc/sysdeps/linux/common/__syscall_fcntl64.c +++ b/libc/sysdeps/linux/common/__syscall_fcntl64.c @@ -12,6 +12,7 @@ #include #if defined __UCLIBC_HAS_LFS__ && defined __NR_fcntl64 +#undef fcntl64 #define __NR___syscall_fcntl64 __NR_fcntl64 static inline _syscall3(int, __syscall_fcntl64, int, fd, int, cmd, long, arg); int attribute_hidden __fcntl64(int fd, int cmd, ...) -- cgit v1.2.3