strtod: fix bug in replacement function on AIX
[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 getdtablesize
12 extensions
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 LGPL
25
26 Maintainer:
27 Eric Blake