diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-09-17 11:43:06 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-09-17 11:43:06 +0000 |
commit | b7aaa4d6d275b42a425478748f13f6f244154dee (patch) | |
tree | f22c276a42ac079a50d001c0c3d94e36c0e98925 /libio/iogetline.c | |
parent | 6551399088ae065e0f3c1c0b2be687652eacb561 (diff) | |
download | glibc-b7aaa4d6d275b42a425478748f13f6f244154dee.tar.gz glibc-b7aaa4d6d275b42a425478748f13f6f244154dee.tar.xz glibc-b7aaa4d6d275b42a425478748f13f6f244154dee.zip |
Remove _G_HAVE_IO_GETLINE_INFO.
Diffstat (limited to 'libio/iogetline.c')
-rw-r--r-- | libio/iogetline.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libio/iogetline.c b/libio/iogetline.c index f097f80023..bdb35b30fb 100644 --- a/libio/iogetline.c +++ b/libio/iogetline.c @@ -27,8 +27,6 @@ #include "libioP.h" #include <string.h> -#if defined _LIBC || !_G_HAVE_IO_GETLINE_INFO - _IO_size_t _IO_getline (fp, buf, n, delim, extract_delim) _IO_FILE *fp; @@ -117,5 +115,3 @@ _IO_getline_info (fp, buf, n, delim, extract_delim, eof) return ptr - buf; } libc_hidden_def (_IO_getline_info) - -#endif /* Defined _LIBC || !_G_HAVE_IO_GETLINE_INFO */ |