summaryrefslogtreecommitdiff
path: root/libc/libio/iogetwline.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/libio/iogetwline.c')
-rw-r--r--libc/libio/iogetwline.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/libio/iogetwline.c b/libc/libio/iogetwline.c
index 598ece173..63b7da672 100644
--- a/libc/libio/iogetwline.c
+++ b/libc/libio/iogetwline.c
@@ -32,8 +32,6 @@
# define wmemcpy __wmemcpy
#endif
-#if defined _LIBC || !_G_HAVE_IO_GETLINE_INFO
-
_IO_size_t
_IO_getwline (fp, buf, n, delim, extract_delim)
_IO_FILE *fp;
@@ -122,5 +120,3 @@ _IO_getwline_info (fp, buf, n, delim, extract_delim, eof)
}
return ptr - buf;
}
-
-#endif /* Defined _LIBC || !_G_HAVE_IO_GETLINE_INFO */