New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.
[gnulib.git] / modules / write
1 Description:
2 POSIX compatible write() function: write data to a file descriptor
3
4 Files:
5 lib/write.c
6 m4/write.m4
7
8 Depends-on:
9 unistd
10 raise           [test $REPLACE_WRITE = 1]
11 msvc-nothrow    [test $REPLACE_WRITE = 1]
12
13 configure.ac:
14 gl_FUNC_WRITE
15 if test $REPLACE_WRITE = 1; then
16   AC_LIBOBJ([write])
17 fi
18 gl_UNISTD_MODULE_INDICATOR([write])
19
20 Makefile.am:
21
22 Include:
23 <unistd.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible
30