repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: fix 'invalid path dir' error
[gnulib.git]
/
modules
/
areadlinkat-with-size
blob
2cdd9595f8c280c7ef1a9ff654a6249f67d426f9
1
Description:
2
Read a symbolic link, without size limitations, relative to fd.
3
4
Files:
5
lib/areadlink.h
6
lib/areadlinkat-with-size.c
7
lib/at-func.c
8
9
Depends-on:
10
areadlink-with-size
11
stdint
12
readlinkat
13
at-internal
14
dosname
15
errno
16
extensions
17
fchdir
18
fcntl-h
19
openat-die
20
openat-h
21
save-cwd
22
unistd
23
24
configure.ac:
25
gl_MODULE_INDICATOR([areadlinkat-with-size])
26
27
Makefile.am:
28
lib_SOURCES += areadlinkat-with-size.c
29
30
Include:
31
"areadlink.h"
32
33
License:
34
GPL
35
36
Maintainer:
37
Jim Meyering, Eric Blake