Continue to use spaces for indentation, not tabs.
[gnulib.git] / modules / areadlinkat-with-size
blob0fe291ee84096b688b15f588e154851310af59cf
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 free-posix
20 limits-h
21 openat-die
22 openat-h
23 save-cwd
24 unistd
26 configure.ac:
27 gl_MODULE_INDICATOR([areadlinkat-with-size])
29 Makefile.am:
30 lib_SOURCES += areadlinkat-with-size.c
32 Include:
33 "areadlink.h"
35 License:
36 GPL
38 Maintainer:
39 Jim Meyering, Eric Blake