mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/xreadlinkat: New module. * lib/xreadlinkat.c (xreadlinkat): New file. * lib/xreadlink.h (xreadlinkat): Declare it. * MODULES.html.sh (File system functions): Mention it. Signed-off-by: Eric Blake <ebb9@byu.net>
26 lines
320 B
Plaintext
26 lines
320 B
Plaintext
Description:
|
|
Reading symbolic links without size limitation, relative to fd.
|
|
|
|
Files:
|
|
lib/xreadlink.h
|
|
lib/xreadlinkat.c
|
|
|
|
Depends-on:
|
|
areadlinkat
|
|
xalloc
|
|
|
|
configure.ac:
|
|
gl_MODULE_INDICATOR([xreadlinkat])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xreadlinkat.c
|
|
|
|
Include:
|
|
"xreadlink.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|