fcntl: port portions of fcntl to mingw
[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 dup2
10 fcntl-h
11
12 configure.ac:
13 gl_FUNC_FCNTL
14 gl_FCNTL_MODULE_INDICATOR([fcntl])
15
16 Makefile.am:
17
18 Include:
19 <fcntl.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 Eric Blake