X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ffcntl.h;h=36fb24bc3ddaeb79e9601560b60494a871fb6bdd;hb=de05a2ac22d33bd7631f182143ecea6dd01d9406;hp=85f867b338a0bfcc776a2208f81dcef569079f2c;hpb=671ffab7769b4dfd873f0c585444823a67dc56bc;p=musl 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