view modules/careadlinkat @ 14953:632892f73130

fwriting: Move AC_LIBOBJ invocations to module description. * m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from here... * modules/fwriting (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 May 2011 13:48:53 +0200
parents f87295656694
children b1b7de2c4a71
line wrap: on
line source

Description:
Read symbolic links into a buffer without size limitation, relative to fd.

Files:
lib/careadlinkat.c
lib/careadlinkat.h

Depends-on:
allocator
readlink
ssize_t
unistd

configure.ac:
AC_CHECK_FUNCS_ONCE([readlinkat])

Makefile.am:
lib_SOURCES += careadlinkat.c

Include:
"careadlinkat.h"

License:
LGPLv2+

Maintainer:
Paul Eggert, Bruno Haible, Jim Meyering