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/tmpfile.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/stdio/tmpfile.c') diff --git a/libc/stdio/tmpfile.c b/libc/stdio/tmpfile.c index 3654f9e3a..c00ae438b 100644 --- a/libc/stdio/tmpfile.c +++ b/libc/stdio/tmpfile.c @@ -48,6 +48,4 @@ FILE * tmpfile (void) return f; } -#ifdef __UCLIBC_HAS_LFS__ strong_alias(tmpfile,tmpfile64) -#endif -- cgit v1.2.3