diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-16 20:38:09 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-16 20:38:09 +0000 |
commit | 32bef6f20a44868624c4a3429b3a9130c3694854 (patch) | |
tree | fee134a4df418edd9d9d4f44610be5d0475d203f /libc/misc/statfs/fstatvfs64.c | |
parent | 018e1888b885debb9f8cc061db815541cecde511 (diff) |
- cleanup {,f}stat{,v}fs{,64} relocs
Diffstat (limited to 'libc/misc/statfs/fstatvfs64.c')
-rw-r--r-- | libc/misc/statfs/fstatvfs64.c | 8 |
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) { |