From 4152ed15adf88623d60ea9bcb48e761a7f2caa36 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 2 Oct 2000 21:52:27 +0000 Subject: [__USE_FILE_OFFSET && !__REDIRECT]: Define __USE_LARGEFILE64 and __USE_LARGEFILE to 1 and not nothing. --- include/features.h | 4 ++-- 1 file 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 */ -- cgit v1.1