diff options
-rw-r--r-- | include/features.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/features.h b/include/features.h index 70d9c09..6f7da36 100644 --- a/include/features.h +++ b/include/features.h @@ -286,8 +286,8 @@ /* If we don't have __REDIRECT, prototypes will be missing if __USE_FILE_OFFSET64 but not __USE_LARGEFILE[64]. */ # if defined __USE_FILE_OFFSET64 && !defined __REDIRECT -# define __USE_LARGEFILE -# define __USE_LARGEFILE64 +# define __USE_LARGEFILE 1 +# define __USE_LARGEFILE64 1 # endif #endif /* !ASSEMBLER */ |