diff options
Diffstat (limited to 'include/sys/statfs.h')
-rw-r--r-- | include/sys/statfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/statfs.h b/include/sys/statfs.h index c1cbe9e0..a5a4db9c 100644 --- a/include/sys/statfs.h +++ b/include/sys/statfs.h @@ -16,7 +16,7 @@ typedef struct { int statfs (const char *, struct statfs *); int fstatfs (int, struct statfs *); -#ifdef _LARGEFILE64_SOURCE +#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) #define statfs64 statfs #define fstatfs64 fstatfs #define fsblkcnt64_t fsblkcnt_t |