about summary refs log tree commit diff
path: root/libio/iogetwline.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-09-17 11:43:06 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-09-17 11:43:06 +0000
commitb7aaa4d6d275b42a425478748f13f6f244154dee (patch)
treef22c276a42ac079a50d001c0c3d94e36c0e98925 /libio/iogetwline.c
parent6551399088ae065e0f3c1c0b2be687652eacb561 (diff)
downloadglibc-b7aaa4d6d275b42a425478748f13f6f244154dee.tar.gz
glibc-b7aaa4d6d275b42a425478748f13f6f244154dee.tar.xz
glibc-b7aaa4d6d275b42a425478748f13f6f244154dee.zip
Remove _G_HAVE_IO_GETLINE_INFO.
Diffstat (limited to 'libio/iogetwline.c')
-rw-r--r--libio/iogetwline.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libio/iogetwline.c b/libio/iogetwline.c
index 598ece1730..63b7da6720 100644
--- a/libio/iogetwline.c
+++ b/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 */