summaryrefslogtreecommitdiff
path: root/libc/misc/statfs/fstatfs64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/statfs/fstatfs64.c')
-rw-r--r--libc/misc/statfs/fstatfs64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/misc/statfs/fstatfs64.c b/libc/misc/statfs/fstatfs64.c
index 6bcc86540..27bb8d602 100644
--- a/libc/misc/statfs/fstatfs64.c
+++ b/libc/misc/statfs/fstatfs64.c
@@ -25,11 +25,9 @@
#include <sys/statvfs.h>
#include <stddef.h>
-/* Experimentally off - libc_hidden_proto(memcpy) */
extern __typeof(fstatfs) __libc_fstatfs;
/* Return information about the filesystem on which FD resides. */
-/* libc_hidden_proto(fstatfs64) */
int fstatfs64 (int fd, struct statfs64 *buf)
{
struct statfs buf32;