* build-aux/bootstrap (slurp): Remove obsolescent gettext.m4 patch.
[gnulib.git] / modules / fcntl
1 Description:
2 Support for fcntl() action F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD.
3
4 Files:
5 m4/fcntl.m4
6 lib/fcntl.c
7
8 Depends-on:
9 fcntl-h
10 extensions
11 dup2            [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
12 getdtablesize   [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
13
14 configure.ac:
15 gl_FUNC_FCNTL
16 if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
17   AC_LIBOBJ([fcntl])
18 fi
19 gl_FCNTL_MODULE_INDICATOR([fcntl])
20
21 Makefile.am:
22
23 Include:
24 <fcntl.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Eric Blake