mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/utimens (Depends-on): Add fcntl-h. * modules/areadlinkat (Depends-on): Likewise. * modules/areadlinkat-with-size (Depends-on): Likewise. * modules/faccessat (Depends-on): Likewise. * modules/fchmodat (Depends-on): Likewise. * modules/fchownat (Depends-on): Likewise. * modules/getcwd (Depends-on): Likewise. * modules/mkdirat (Depends-on): Likewise. * modules/mkfifoat (Depends-on): Likewise. * modules/readlinkat (Depends-on): Likewise. * modules/symlinkat (Depends-on): Likewise. * modules/dup2-tests (Depends-on): Likewise. * modules/fdutimensat-tests (Depends-on): Likewise. * modules/futimens-tests (Depends-on): Likewise.
38 lines
471 B
Plaintext
38 lines
471 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
|
|
readlinkat
|
|
at-internal
|
|
dosname
|
|
errno
|
|
extensions
|
|
fchdir
|
|
fcntl-h
|
|
openat-die
|
|
openat-h
|
|
save-cwd
|
|
unistd
|
|
|
|
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
|