Merge branch 'upstream' into stable
[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 gl_FCNTL_MODULE_INDICATOR([fcntl])
17
18 Makefile.am:
19
20 Include:
21 <fcntl.h>
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Eric Blake