X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fstat.h;h=5d50ae76f7a703ce9e2940992dd159983cd670a0;hb=106e75f7121b009c069733dcb8a70fe5e4380ab0;hp=5e339d5caeb05a2bb11debc4810d9115e267b753;hpb=7ecab79f581c9bd2369dc00a7649bb5af9089302;p=musl diff --git a/include/sys/stat.h b/include/sys/stat.h index 5e339d5c..5d50ae76 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -96,6 +96,17 @@ int lchmod(const char *, mode_t); #define S_IEXEC S_IXUSR #endif +#ifdef _LARGEFILE64_SOURCE +#define stat64 stat +#define fstat64 fstat +#define lstat64 lstat +#define fstatat64 fstatat +#define blksize64_t blksize_t +#define blkcnt64_t blkcnt_t +#define ino64_t ino_t +#define off64_t off_t +#endif + #ifdef __cplusplus } #endif