fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
[gnulib.git] / modules / fcntl
1 Description:
2 Support for fcntl() action F_DUPFD_CLOEXEC.
3
4 Files:
5 m4/fcntl.m4
6 lib/fcntl.c
7
8 Depends-on:
9 fcntl-h
10
11 configure.ac:
12 gl_FUNC_FCNTL
13 gl_FCNTL_MODULE_INDICATOR([fcntl])
14
15 Makefile.am:
16
17 Include:
18 <fcntl.h>
19
20 License:
21 LGPL
22
23 Maintainer:
24 Eric Blake