mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-23 16:48:09 +02:00
Base fgetln() implementation on getline presence instead of glibc
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __GLIBC__
|
||||
#ifdef HAVE_GETLINE
|
||||
char *
|
||||
fgetln(FILE *stream, size_t *len)
|
||||
{
|
||||
|
Reference in New Issue
Block a user