From 00891d9cf07efd992023f255164bba93d657ece4 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sun, 25 Apr 2010 22:06:36 -0700 Subject: enable building __fcntl_nocancel, as it used unconditionally now also sync up not-cancel.h headers between all three thread libraries Signed-off-by: Austin Foxley --- libc/sysdeps/linux/common/__syscall_fcntl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/sysdeps/linux/common/__syscall_fcntl.c') diff --git a/libc/sysdeps/linux/common/__syscall_fcntl.c b/libc/sysdeps/linux/common/__syscall_fcntl.c index 4e3bc23df..5da3c5f32 100644 --- a/libc/sysdeps/linux/common/__syscall_fcntl.c +++ b/libc/sysdeps/linux/common/__syscall_fcntl.c @@ -19,7 +19,6 @@ extern __typeof(fcntl) __libc_fcntl; libc_hidden_proto(__libc_fcntl) -#ifdef __UCLIBC_HAS_THREADS_NATIVE__ int __fcntl_nocancel (int fd, int cmd, ...) { va_list ap; @@ -41,7 +40,6 @@ int __fcntl_nocancel (int fd, int cmd, ...) # endif return INLINE_SYSCALL (fcntl, 3, fd, cmd, arg); } -#endif int __libc_fcntl (int fd, int cmd, ...) { -- cgit v1.2.3