Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/xreadlinkat @ 12137:581348c45fcc
xreadlinkat: new module
* modules/xreadlinkat: New module.
* lib/xreadlinkat.c (xreadlinkat): New file.
* lib/xreadlink.h (xreadlinkat): Declare it.
* MODULES.html.sh (File system functions): Mention it.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Wed, 07 Oct 2009 10:39:29 -0600 |
parents | |
children |
rev | line source |
---|---|
12137 | 1 Description: |
2 Reading symbolic links without size limitation, relative to fd. | |
3 | |
4 Files: | |
5 lib/xreadlink.h | |
6 lib/xreadlinkat.c | |
7 | |
8 Depends-on: | |
9 areadlinkat | |
10 xalloc | |
11 | |
12 configure.ac: | |
13 gl_MODULE_INDICATOR([xreadlinkat]) | |
14 | |
15 Makefile.am: | |
16 lib_SOURCES += xreadlinkat.c | |
17 | |
18 Include: | |
19 "xreadlink.h" | |
20 | |
21 License: | |
22 GPL | |
23 | |
24 Maintainer: | |
25 Jim Meyering, Eric Blake |