mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
[__USE_FILE_OFFSET && !__REDIRECT]: Define __USE_LARGEFILE64 and __USE_LARGEFILE to 1 and not nothing.
This commit is contained in:
@ -286,8 +286,8 @@
|
|||||||
/* If we don't have __REDIRECT, prototypes will be missing if
|
/* If we don't have __REDIRECT, prototypes will be missing if
|
||||||
__USE_FILE_OFFSET64 but not __USE_LARGEFILE[64]. */
|
__USE_FILE_OFFSET64 but not __USE_LARGEFILE[64]. */
|
||||||
# if defined __USE_FILE_OFFSET64 && !defined __REDIRECT
|
# if defined __USE_FILE_OFFSET64 && !defined __REDIRECT
|
||||||
# define __USE_LARGEFILE
|
# define __USE_LARGEFILE 1
|
||||||
# define __USE_LARGEFILE64
|
# define __USE_LARGEFILE64 1
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif /* !ASSEMBLER */
|
#endif /* !ASSEMBLER */
|
||||||
|
Reference in New Issue
Block a user