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/unistd/pathconf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/unistd/pathconf.c') diff --git a/libc/unistd/pathconf.c b/libc/unistd/pathconf.c index a5e6fdec5..9895e028a 100644 --- a/libc/unistd/pathconf.c +++ b/libc/unistd/pathconf.c @@ -32,7 +32,6 @@ //#include extern __typeof(statfs) __libc_statfs; -libc_hidden_proto(__libc_statfs) /* libc_hidden_proto(stat) */ -- cgit v1.2.3