posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / areadlinkat-with-size
blob51fb1a87ee1a2c49be45164c33a347897b3d18ed
1 Description:
2 Read a symbolic link, without size limitations, relative to fd.
4 Files:
5 lib/areadlink.h
6 lib/areadlinkat-with-size.c
7 lib/at-func.c
9 Depends-on:
10 areadlink-with-size
11 stdint
12 readlinkat
13 at-internal
14 errno
15 extensions
16 fchdir
17 fcntl-h
18 filename
19 openat-die
20 openat-h
21 save-cwd
22 unistd
24 configure.ac:
25 gl_MODULE_INDICATOR([areadlinkat-with-size])
27 Makefile.am:
28 lib_SOURCES += areadlinkat-with-size.c
30 Include:
31 "areadlink.h"
33 License:
34 GPL
36 Maintainer:
37 Jim Meyering, Eric Blake