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/lstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/lstat.c') diff --git a/libc/sysdeps/linux/common/lstat.c b/libc/sysdeps/linux/common/lstat.c index 4c67c1987..fb07dfe10 100644 --- a/libc/sysdeps/linux/common/lstat.c +++ b/libc/sysdeps/linux/common/lstat.c @@ -18,7 +18,7 @@ #undef lstat64 -libc_hidden_proto(lstat) +/* libc_hidden_proto(lstat) */ #define __NR___syscall_lstat __NR_lstat static __inline__ _syscall2(int, __syscall_lstat, -- cgit v1.2.3