NEWS.stable: log cherry-pick [a0d9972]->[21d1619] freopen: Don't crash if the filenam...
[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
12 configure.ac:
13 gl_FUNC_WRITE
14 if test $REPLACE_WRITE = 1; then
15   AC_LIBOBJ([write])
16 fi
17 gl_UNISTD_MODULE_INDICATOR([write])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible
29