use better O_LARGEFILE
This commit is contained in:
@@ -23,8 +23,12 @@
|
||||
#define O_DIRECTORY 0
|
||||
#endif
|
||||
#ifndef O_LARGEFILE
|
||||
#if defined(__linux__)
|
||||
#define O_LARGEFILE 0100000 /* Sigh */
|
||||
#else
|
||||
#define O_LARGEFILE 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
int debug;
|
||||
|
||||
Reference in New Issue
Block a user