Hash :
52b63a0f
Author :
Date :
2016-08-17T15:01:50
getdelim: remove dependency on realloc-posix * lib/canonicalize-lgpl.c (alloc_failed) [!FUNC_REALPATH_WORKS || defined _LIBC]: New function, (__realpath) [!FUNC_REALPATH_WORKS || defined _LIBC]: Use it. Use __set_errno where needed, for consistency. * lib/getdelim.c (alloc_failed): New function. (getdelim): Use it. * modules/getdelim (Depends-on): Remove realloc-posix.
Description:
Read character delimited data from a stream.
Files:
lib/getdelim.c
m4/getdelim.m4
Depends-on:
stdio
extensions
stdint [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
errno [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
configure.ac:
gl_FUNC_GETDELIM
if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then
AC_LIBOBJ([getdelim])
gl_PREREQ_GETDELIM
fi
gl_STDIO_MODULE_INDICATOR([getdelim])
Makefile.am:
Include:
<stdio.h>
License:
LGPLv2+
Maintainer:
Simon Josefsson