Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / write
blob90df27bc8512b663e792765bfb8dda713414ddbf
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 if test $REPLACE_WRITE = 1; then
17   AC_LIBOBJ([write])
18   gl_PREREQ_WRITE
20 gl_UNISTD_MODULE_INDICATOR([write])
22 Makefile.am:
24 Include:
25 <unistd.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all