Hash :
cb4ce863
Author :
Date :
2011-04-08T13:22:51
allocator: New module. * modules/allocator, lib/allocator.c: New files. * lib/allocator.h (stdlib_allocator): New decl. * lib/careadlinkat.c (_GL_USE_STDLIB_ALLOC, standard_allocator): Remove. Do not include <stdlib.h>. (careadlinkat): Use stdlib_allocator instead of rolling our own. * modules/careadlinkat (Files): Remove lib/allocator.h. (Depends-on): Add allocator.
Description:
Read symbolic links into a buffer without size limitation, relative to fd.
Files:
lib/careadlinkat.c
lib/careadlinkat.h
Depends-on:
allocator
readlink
ssize_t
unistd
configure.ac:
AC_CHECK_FUNCS_ONCE([readlinkat])
Makefile.am:
lib_SOURCES += careadlinkat.c
Include:
"careadlinkat.h"
License:
LGPLv2+
Maintainer:
Paul Eggert, Bruno Haible, Jim Meyering