if we have getdelim, we don't need to supply our own, always.

This commit is contained in:
christos 2009-10-19 00:29:30 +00:00
parent ef84d58c4d
commit 1d7b1a9552
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
/* Get ssize_t. */
#include <sys/types.h>
#if defined __GNU_LIBRARY__ && HAVE_GETDELIM
#if HAVE_GETDELIM
ssize_t
getline (char **lineptr, size_t *linesize, FILE *stream)