diff options
Diffstat (limited to 'libc/unistd/fpathconf.c')
-rw-r--r-- | libc/unistd/fpathconf.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |