mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-02 09:33:31 +03:00
Use __O_LARGEFILE instead of O_LARGEFILE
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
#ifdef __USE_LARGEFILE64
|
||||
# if __WORDSIZE == 64
|
||||
/* Not necessary, files are always with 64bit off_t. */
|
||||
# define O_LARGEFILE 0
|
||||
# define __O_LARGEFILE 0
|
||||
# else
|
||||
# define O_LARGEFILE 0100000
|
||||
# define __O_LARGEFILE 0100000
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
|
||||
#ifdef __USE_LARGEFILE64
|
||||
# if __WORDSIZE == 64
|
||||
# define O_LARGEFILE 0
|
||||
# define __O_LARGEFILE 0
|
||||
# else
|
||||
# define O_LARGEFILE 0x40000
|
||||
# define __O_LARGEFILE 0x40000
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user