diff options
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) |