summaryrefslogtreecommitdiff
path: root/include/sys/statvfs.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-05-04 00:31:25 -0400
committerRich Felker <dalias@aerifal.cx>2012-05-04 00:31:25 -0400
commitf0b85fd926c5a381416c94be62e7bc20d9fdbdb1 (patch)
tree9b7c800d5b67e35f27f6a3e98ba112188ff2874a /include/sys/statvfs.h
parent2dd8d5e1b8ba1118ff1782e96545cb8a2318592c (diff)
downloadmusl-f0b85fd926c5a381416c94be62e7bc20d9fdbdb1.tar.gz
add *64 junk for sys/*.h headers
Diffstat (limited to 'include/sys/statvfs.h')
-rw-r--r--include/sys/statvfs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h
index b9f72b7e..3eaa2dcf 100644
--- a/include/sys/statvfs.h
+++ b/include/sys/statvfs.h
@@ -41,6 +41,13 @@ int fstatvfs (int, struct statvfs *);
#define ST_NOATIME 1024
#define ST_NODIRATIME 2048
+#ifdef _LARGEFILE64_SOURCE
+#define statvfs64 statvfs
+#define fstatvfs64 fstatvfs
+#define fsblkcnt64_t fsblkcnt_t
+#define fsfilcnt64_t fsfilcnt_t
+#endif
+
#ifdef __cplusplus
}
#endif