From c9209d6f901c82cf0cd10d4ee17402cb7f9234ce Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Nov 2008 13:56:17 +0000 Subject: - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. --- libc/misc/statfs/statfs64.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/misc/statfs/statfs64.c') diff --git a/libc/misc/statfs/statfs64.c b/libc/misc/statfs/statfs64.c index c73c6ae50..8bb1ad9ed 100644 --- a/libc/misc/statfs/statfs64.c +++ b/libc/misc/statfs/statfs64.c @@ -25,7 +25,6 @@ /* Experimentally off - libc_hidden_proto(memcpy) */ extern __typeof(statfs) __libc_statfs; -libc_hidden_proto(__libc_statfs) /* Return information about the filesystem on which FILE resides. */ /* libc_hidden_proto(statfs64) */ -- cgit v1.2.3