OSDN Git Service

- hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.
[uclinux-h8/uClibc.git] / libc / misc / statfs / fstatfs64.c
index dc60273..6bcc865 100644 (file)
@@ -27,7 +27,6 @@
 
 /* Experimentally off - libc_hidden_proto(memcpy) */
 extern __typeof(fstatfs) __libc_fstatfs;
-libc_hidden_proto(__libc_fstatfs)
 
 /* Return information about the filesystem on which FD resides.  */
 /* libc_hidden_proto(fstatfs64) */