mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Always define __O_LARGEFILE
This commit is contained in:
@ -22,13 +22,11 @@
|
||||
|
||||
#include <bits/wordsize.h>
|
||||
|
||||
#ifdef __USE_LARGEFILE64
|
||||
# if __WORDSIZE == 64
|
||||
#if __WORDSIZE == 64
|
||||
/* Not necessary, files are always with 64bit off_t. */
|
||||
# define __O_LARGEFILE 0
|
||||
# else
|
||||
# define __O_LARGEFILE 0100000
|
||||
# endif
|
||||
# define __O_LARGEFILE 0
|
||||
#else
|
||||
# define __O_LARGEFILE 0100000
|
||||
#endif
|
||||
|
||||
/* Values for the second argument to `fcntl'. */
|
||||
|
Reference in New Issue
Block a user