if we have getdelim, we don't need to supply our own, always.
This commit is contained in:
parent
ef84d58c4d
commit
1d7b1a9552
|
@ -32,7 +32,7 @@
|
||||||
/* Get ssize_t. */
|
/* Get ssize_t. */
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#if defined __GNU_LIBRARY__ && HAVE_GETDELIM
|
#if HAVE_GETDELIM
|
||||||
|
|
||||||
ssize_t
|
ssize_t
|
||||||
getline (char **lineptr, size_t *linesize, FILE *stream)
|
getline (char **lineptr, size_t *linesize, FILE *stream)
|
||||||
|
|
Loading…
Reference in New Issue