New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.
[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 msvc-nothrow    [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
14
15 configure.ac:
16 gl_FUNC_FCNTL
17 if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
18   AC_LIBOBJ([fcntl])
19 fi
20 gl_FCNTL_MODULE_INDICATOR([fcntl])
21
22 Makefile.am:
23
24 Include:
25 <fcntl.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Eric Blake