mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/unistd-h: Renamed from modules/unistd. * modules/unistd-h-tests: Renamed from modules/unistd-tests. * modules/unistd-h-c++-tests: Renamed from modules/unistd-c++-tests. * tests/test-unistd-h.c: Renamed from tests/test-unistd.c. * tests/test-unistd-h-c++.cc: Renamed from tests/test-unistd-c++.cc. * doc/posix-headers/unistd.texi: Update. * doc/posix-functions/_exit.texi: Update. * modules/* (Depends-on): Update. * modules/unistd: New file.
40 lines
498 B
Plaintext
40 lines
498 B
Plaintext
Description:
|
|
Read a symbolic link, without size limitations, relative to fd.
|
|
|
|
Files:
|
|
lib/areadlink.h
|
|
lib/areadlinkat-with-size.c
|
|
lib/at-func.c
|
|
|
|
Depends-on:
|
|
areadlink-with-size
|
|
stdint-h
|
|
readlinkat
|
|
at-internal
|
|
errno-h
|
|
extensions
|
|
fchdir
|
|
fcntl-h
|
|
filename
|
|
free-posix
|
|
limits-h
|
|
openat-die
|
|
openat-h
|
|
save-cwd
|
|
unistd-h
|
|
|
|
configure.ac:
|
|
gl_MODULE_INDICATOR([areadlinkat-with-size])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += areadlinkat-with-size.c
|
|
|
|
Include:
|
|
"areadlink.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|