Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/areadlinkat @ 12543:62393c457544
times: Update after sys_times changed.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 31 Dec 2009 21:31:35 +0100 |
parents | e81e96b1161c |
children | a9d7c0f9973e |
rev | line source |
---|---|
12136 | 1 Description: |
2 Reading symbolic links without size limitation, relative to fd. | |
3 | |
4 Files: | |
5 lib/areadlink.h | |
6 lib/areadlinkat.c | |
7 | |
8 Depends-on: | |
9 areadlink | |
10 stdint | |
11 symlinkat | |
12 | |
13 configure.ac: | |
14 gl_MODULE_INDICATOR([areadlinkat]) | |
15 | |
16 Makefile.am: | |
17 lib_SOURCES += areadlinkat.c | |
18 | |
19 Include: | |
20 "areadlink.h" | |
21 | |
22 License: | |
23 GPL | |
24 | |
25 Maintainer: | |
26 Jim Meyering, Eric Blake |