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/fpathconf.c | 1 - libc/unistd/pathconf.c | 1 - 2 files changed, 2 deletions(-) (limited to 'libc/unistd') diff --git a/libc/unistd/fpathconf.c b/libc/unistd/fpathconf.c index 67345b8e0..439525a2a 100644 --- a/libc/unistd/fpathconf.c +++ b/libc/unistd/fpathconf.c @@ -43,7 +43,6 @@ extern int fstatfs (int __fildes, struct statfs *__buf) #endif extern __typeof(fstatfs) __libc_fstatfs; -libc_hidden_proto(__libc_fstatfs) /* The Linux kernel headers mention this as a kind of generic value. */ #define LINUX_LINK_MAX 127 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