From b133fe1cac9f99b63ea56daf92caa1423b1289d0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:07:43 +0000 Subject: next portion of libc_hidden_proto removal --- libc/sysdeps/linux/common/__syscall_fcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 a3fb74fa3..3860050f8 100644 --- a/libc/sysdeps/linux/common/__syscall_fcntl.c +++ b/libc/sysdeps/linux/common/__syscall_fcntl.c @@ -48,7 +48,7 @@ int __libc_fcntl(int fd, int cmd, ...) } libc_hidden_def(__libc_fcntl) -libc_hidden_proto(fcntl) +/* libc_hidden_proto(fcntl) */ weak_alias(__libc_fcntl,fcntl) libc_hidden_weak(fcntl) #if ! defined __NR_fcntl64 && defined __UCLIBC_HAS_LFS__ -- cgit v1.2.3