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/misc/statfs/statvfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/statfs/statvfs.c') diff --git a/libc/misc/statfs/statvfs.c b/libc/misc/statfs/statvfs.c index 5085a2a9e..795f19e79 100644 --- a/libc/misc/statfs/statvfs.c +++ b/libc/misc/statfs/statvfs.c @@ -36,7 +36,7 @@ libc_hidden_proto(endmntent) extern __typeof(statfs) __libc_statfs; libc_hidden_proto(__libc_statfs) -libc_hidden_proto(stat) +/* libc_hidden_proto(stat) */ libc_hidden_proto(statvfs) int statvfs (const char *file, struct statvfs *buf) -- cgit v1.2.3