mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
de128af798
* modules/areadlinkat (Depends-on): Add areadlink.
27 lines
335 B
Plaintext
27 lines
335 B
Plaintext
Description:
|
|
Reading symbolic links without size limitation, relative to fd.
|
|
|
|
Files:
|
|
lib/areadlink.h
|
|
lib/areadlinkat.c
|
|
|
|
Depends-on:
|
|
areadlink
|
|
careadlinkat
|
|
readlinkat
|
|
|
|
configure.ac:
|
|
gl_MODULE_INDICATOR([areadlinkat])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += areadlinkat.c
|
|
|
|
Include:
|
|
"areadlink.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|