Description:
symlinkat(): create symlinks relative to a directory

Files:
lib/symlinkat.c
m4/symlinkat.m4

Depends-on:
unistd
extensions
fcntl-h
openat          [test $HAVE_SYMLINKAT = 0]
symlink         [test $HAVE_SYMLINKAT = 0]

configure.ac:
gl_FUNC_SYMLINKAT
if test $HAVE_SYMLINKAT = 0; then
  AC_LIBOBJ([symlinkat])
fi
gl_UNISTD_MODULE_INDICATOR([symlinkat])

Makefile.am:

Include:
<fcntl.h>
<unistd.h>

License:
GPL

Maintainer:
Jim Meyering, Eric Blake
