summaryrefslogtreecommitdiffstats
path: root/libc/stdio/fseeko.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-19 02:09:48 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-09-18 17:17:32 -0700
commit55fa359b3f06fd01ee30267c7795b2dd1cf32bf2 (patch)
tree874970b5dd8c160eea862f90798b04c40e4176ca /libc/stdio/fseeko.c
parent0937a4c490a370744c539bd31decfd9e4e61db55 (diff)
downloaduClibc-alpine-55fa359b3f06fd01ee30267c7795b2dd1cf32bf2.tar.bz2
uClibc-alpine-55fa359b3f06fd01ee30267c7795b2dd1cf32bf2.tar.xz
remove a few more empty #if/#endif pairs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/stdio/fseeko.c')
-rw-r--r--libc/stdio/fseeko.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdio/fseeko.c b/libc/stdio/fseeko.c
index 5f3bbbb98..3caf1ac79 100644
--- a/libc/stdio/fseeko.c
+++ b/libc/stdio/fseeko.c
@@ -16,9 +16,6 @@
# define OFFSET_TYPE long int
#endif
-#ifdef __UCLIBC_HAS_LFS__
-#endif
-
int FSEEK(register FILE *stream, OFFSET_TYPE offset, int whence)
{
#if defined(__UCLIBC_HAS_LFS__) && !defined(__DO_LARGEFILE)