diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-14 12:32:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-14 12:32:25 +0000 |
commit | 2e789ea9b20d48b1d5459b0f0711e596a9089d05 (patch) | |
tree | edb69dd9ee6a38b5e383ed6715ea797b3b89305c /lib | |
parent | a4a64560c0ec3cc8b3c8dd72326e9636700de926 (diff) | |
download | coreutils-2e789ea9b20d48b1d5459b0f0711e596a9089d05.tar.xz |
Tweak for libit.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/getline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getline.c b/lib/getline.c index 58144f0b2..3a1366561 100644 --- a/lib/getline.c +++ b/lib/getline.c @@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <stdio.h> #include <sys/types.h> -#if defined __GNU_LIBRARY__ && defined HAVE_GETDELIM +#if defined __GNU_LIBRARY__ && HAVE_GETDELIM int getline (lineptr, n, stream) |