diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-02 21:52:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-02 21:52:27 +0000 |
commit | 4152ed15adf88623d60ea9bcb48e761a7f2caa36 (patch) | |
tree | 8a9c6a1a6c66b9432e83d0ae0f7e847ca0c3ff60 /include | |
parent | 3f23079417f9fac1ddde03305214371319e0fb3a (diff) | |
download | glibc-4152ed15adf88623d60ea9bcb48e761a7f2caa36.tar.gz glibc-4152ed15adf88623d60ea9bcb48e761a7f2caa36.tar.xz glibc-4152ed15adf88623d60ea9bcb48e761a7f2caa36.zip |
[__USE_FILE_OFFSET && !__REDIRECT]: Define __USE_LARGEFILE64 and __USE_LARGEFILE to 1 and not nothing.
Diffstat (limited to 'include')
-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 70d9c090fc..6f7da360e3 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 */ |