doc: Update doc about realpath.
[gnulib.git] / modules / fcntl
blob3ee0811c87b98f240f1dbac6122edb665363e6e8
1 Description:
2 Support for the fcntl() function, actions F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD.
4 Files:
5 m4/fcntl.m4
6 lib/fcntl.c
8 Depends-on:
9 fcntl-h
10 extensions
11 close           [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
12 dup2            [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
13 getdtablesize   [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
14 msvc-nothrow    [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
16 configure.ac:
17 gl_FUNC_FCNTL
18 if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
19   AC_LIBOBJ([fcntl])
21 gl_FCNTL_MODULE_INDICATOR([fcntl])
23 Makefile.am:
25 Include:
26 <fcntl.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 Eric Blake