mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* modules/errno-h: Renamed from modules/errno. * modules/errno-h-tests: Renamed from modules/errno-tests. * modules/errno-h-c++-tests: Renamed from modules/errno-c++-tests. * tests/test-errno-h.c: Renamed from tests/test-errno.c. * tests/test-errno-h-c++.cc: Renamed from tests/test-errno-c++.cc. * tests/test-errno-h-c++2.cc: Renamed from tests/test-errno-c++2.cc. * doc/posix-headers/errno.texi: Update. * modules/* (Depends-on): Update. * modules/errno: New file.
37 lines
433 B
Plaintext
37 lines
433 B
Plaintext
Description:
|
|
Reading symbolic links without size limitation, relative to fd.
|
|
|
|
Files:
|
|
lib/areadlink.h
|
|
lib/areadlinkat.c
|
|
lib/at-func.c
|
|
|
|
Depends-on:
|
|
areadlink
|
|
careadlinkat
|
|
readlinkat
|
|
at-internal
|
|
errno-h
|
|
extensions
|
|
fchdir
|
|
fcntl-h
|
|
filename
|
|
openat-die
|
|
openat-h
|
|
save-cwd
|
|
|
|
configure.ac:
|
|
gl_MODULE_INDICATOR([areadlinkat])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += areadlinkat.c
|
|
|
|
Include:
|
|
"areadlink.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|