X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fsys%2Fstatfs.h;h=c1cbe9e082685b0c9e40e18b8941dbfdd3a8e9f2;hp=f5239d8f31fa4700d02c9c06cdda4554937b0bfb;hb=f0b85fd926c5a381416c94be62e7bc20d9fdbdb1;hpb=2dd8d5e1b8ba1118ff1782e96545cb8a2318592c diff --git a/include/sys/statfs.h b/include/sys/statfs.h index f5239d8f..c1cbe9e0 100644 --- a/include/sys/statfs.h +++ b/include/sys/statfs.h @@ -16,6 +16,13 @@ typedef struct { int statfs (const char *, struct statfs *); int fstatfs (int, struct statfs *); +#ifdef _LARGEFILE64_SOURCE +#define statfs64 statfs +#define fstatfs64 fstatfs +#define fsblkcnt64_t fsblkcnt_t +#define fsfilcnt64_t fsfilcnt_t +#endif + #ifdef __cplusplus } #endif