diff options
Diffstat (limited to 'include/fcntl.h')
-rw-r--r-- | include/fcntl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fcntl.h b/include/fcntl.h index 85f867b3..36fb24bc 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -99,7 +99,7 @@ int posix_fallocate(int, off_t, off_t); int lockf(int, int, off_t); #endif -#ifdef _LARGEFILE64_SOURCE +#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) #define open64 open #define openat64 openat #define creat64 creat |