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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
areadlink-with-size
blob
82a902187e4dd5b54217506522c8dba5ac89230e
1
Description:
2
Return the contents of a symbolic link, without size limitations.
3
4
Files:
5
lib/areadlink.h
6
lib/areadlink-with-size.c
7
8
Depends-on:
9
readlink
10
ssize_t
11
stdint
12
unistd
13
14
configure.ac:
15
16
Makefile.am:
17
lib_SOURCES += areadlink-with-size.c
18
19
Include:
20
"areadlink.h"
21
22
License:
23
LGPLv2+
24
25
Maintainer:
26
Jim Meyering