From 74ca8d6f5d2e29bb7cf4606531313ee8c52b9eda Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 27 Nov 2016 22:31:25 +0100 Subject: remove UCLIBC_HAS_LFS --- libc/stdio/_stdio.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libc/stdio/_stdio.h') diff --git a/libc/stdio/_stdio.h b/libc/stdio/_stdio.h index 727e331d1..974327d82 100644 --- a/libc/stdio/_stdio.h +++ b/libc/stdio/_stdio.h @@ -297,11 +297,7 @@ static inline int __CLOSE(FILE *stream) free((S)); } while (0) -#ifdef __UCLIBC_HAS_LFS__ #define __STDIO_WHEN_LFS(E) E -#else -#define __STDIO_WHEN_LFS(E) ((void)0) -#endif /**********************************************************************/ /* The following return 0 on success. */ -- cgit v1.2.3