From: Ulrich Drepper Date: Mon, 2 Oct 2000 21:52:27 +0000 (+0000) Subject: [__USE_FILE_OFFSET && !__REDIRECT]: Define __USE_LARGEFILE64 and __USE_LARGEFILE... X-Git-Tag: cvs/libc-2_1_95~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4152ed15adf88623d60ea9bcb48e761a7f2caa36;p=platform%2Fupstream%2Fglibc.git [__USE_FILE_OFFSET && !__REDIRECT]: Define __USE_LARGEFILE64 and __USE_LARGEFILE to 1 and not nothing. --- 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 */