summaryrefslogtreecommitdiff
path: root/modules/write
blob: 90df27bc8512b663e792765bfb8dda713414ddbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
POSIX compatible write() function: write data to a file descriptor

Files:
lib/write.c
m4/write.m4

Depends-on:
unistd
raise           [test $REPLACE_WRITE = 1]
msvc-inval      [test $REPLACE_WRITE = 1]
msvc-nothrow    [test $REPLACE_WRITE = 1]

configure.ac:
gl_FUNC_WRITE
if test $REPLACE_WRITE = 1; then
  AC_LIBOBJ([write])
  gl_PREREQ_WRITE
fi
gl_UNISTD_MODULE_INDICATOR([write])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
all