view modules/areadlinkat @ 14271:b4cc3c41ca79

libposix: Add _HEADERS primaries to posix modules. Modify gnulib-tool to strip them from generated Makefile.am-s where they are not needed. Also, replace M4 macro prefixes when requested. Finally, omit calls to error() for libposix.
author Bruce Korb <bkorb@gnu.org>
date Sat, 05 Feb 2011 08:22:48 -0800
parents a9d7c0f9973e
children 39a9dbe4bfe3
line wrap: on
line source

Description:
Reading symbolic links without size limitation, relative to fd.

Files:
lib/areadlink.h
lib/areadlinkat.c

Depends-on:
areadlink
stdint
readlinkat

configure.ac:
gl_MODULE_INDICATOR([areadlinkat])

Makefile.am:
lib_SOURCES += areadlinkat.c

Include:
"areadlink.h"

License:
GPL

Maintainer:
Jim Meyering, Eric Blake