pthread-cond: Fix compilation error on native Windows.
[gnulib.git] / modules / write
blobf32cbc7076d28a60e5ef1e37c5108ff0ba5afa10
1 Description:
2 POSIX compatible write() function: write data to a file descriptor
4 Files:
5 lib/write.c
6 m4/write.m4
8 Depends-on:
9 unistd
10 raise           [test $REPLACE_WRITE = 1]
11 msvc-inval      [test $REPLACE_WRITE = 1]
12 msvc-nothrow    [test $REPLACE_WRITE = 1]
14 configure.ac:
15 gl_FUNC_WRITE
16 gl_CONDITIONAL([GL_COND_OBJ_WRITE], [test $REPLACE_WRITE = 1])
17 AM_COND_IF([GL_COND_OBJ_WRITE], [
18   gl_PREREQ_WRITE
20 gl_UNISTD_MODULE_INDICATOR([write])
22 Makefile.am:
23 if GL_COND_OBJ_WRITE
24 lib_SOURCES += write.c
25 endif
27 Include:
28 <unistd.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 all