Use __O_LARGEFILE instead of O_LARGEFILE
This commit is contained in:
parent
aba759841b
commit
481b90b9d6
@ -1,3 +1,10 @@
|
|||||||
|
2012-10-22 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
|
||||||
|
to __O_LARGEFILE.
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
|
||||||
|
to __O_LARGEFILE.
|
||||||
|
|
||||||
2012-10-21 Jim Blandy <jimb@codesourcery.com>
|
2012-10-21 Jim Blandy <jimb@codesourcery.com>
|
||||||
Joseph Myers <joseph@codesourcery.com>
|
Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
@ -25,9 +25,9 @@
|
|||||||
#ifdef __USE_LARGEFILE64
|
#ifdef __USE_LARGEFILE64
|
||||||
# if __WORDSIZE == 64
|
# if __WORDSIZE == 64
|
||||||
/* Not necessary, files are always with 64bit off_t. */
|
/* Not necessary, files are always with 64bit off_t. */
|
||||||
# define O_LARGEFILE 0
|
# define __O_LARGEFILE 0
|
||||||
# else
|
# else
|
||||||
# define O_LARGEFILE 0100000
|
# define __O_LARGEFILE 0100000
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -43,9 +43,9 @@
|
|||||||
|
|
||||||
#ifdef __USE_LARGEFILE64
|
#ifdef __USE_LARGEFILE64
|
||||||
# if __WORDSIZE == 64
|
# if __WORDSIZE == 64
|
||||||
# define O_LARGEFILE 0
|
# define __O_LARGEFILE 0
|
||||||
# else
|
# else
|
||||||
# define O_LARGEFILE 0x40000
|
# define __O_LARGEFILE 0x40000
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user