summaryrefslogtreecommitdiff
path: root/libc/misc/statfs/fstatvfs64.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-16 20:38:09 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-16 20:38:09 +0000
commit32bef6f20a44868624c4a3429b3a9130c3694854 (patch)
treefee134a4df418edd9d9d4f44610be5d0475d203f /libc/misc/statfs/fstatvfs64.c
parent018e1888b885debb9f8cc061db815541cecde511 (diff)
- cleanup {,f}stat{,v}fs{,64} relocs
Diffstat (limited to 'libc/misc/statfs/fstatvfs64.c')
-rw-r--r--libc/misc/statfs/fstatvfs64.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libc/misc/statfs/fstatvfs64.c b/libc/misc/statfs/fstatvfs64.c
index 2d44e4217..638a211a7 100644
--- a/libc/misc/statfs/fstatvfs64.c
+++ b/libc/misc/statfs/fstatvfs64.c
@@ -38,11 +38,13 @@ libc_hidden_proto(endmntent)
#undef stat
#define stat stat64
-#if defined __UCLIBC_LINUX_SPECIFIC__
+#if !defined __UCLIBC_LINUX_SPECIFIC__
+libc_hidden_proto(fstatvfs)
+#else
libc_hidden_proto(fstatfs64)
-libc_hidden_proto(fstat64)
#endif
-libc_hidden_proto(stat64)
+libc_hidden_proto(fstat64)
+libc_hidden_proto(stat)
int fstatvfs64 (int fd, struct statvfs64 *buf)
{