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/fseeko.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/fseeko.c') diff --git a/libc/stdio/fseeko.c b/libc/stdio/fseeko.c index 16b0c043a..781032a53 100644 --- a/libc/stdio/fseeko.c +++ b/libc/stdio/fseeko.c @@ -18,7 +18,7 @@ int FSEEK(register FILE *stream, OFFSET_TYPE offset, int whence) { -#if defined(__UCLIBC_HAS_LFS__) && !defined(__DO_LARGEFILE) +#if !defined(__DO_LARGEFILE) return fseeko64(stream, offset, whence); -- cgit v1.2.3