Support non-blocking pipe I/O and SIGPIPE in pwrite().
[gnulib.git] / modules / pwrite
1 Description:
2 pwrite() function: write without changing file offset
3
4 Files:
5 lib/pwrite.c
6 m4/pwrite.m4
7
8 Depends-on:
9 extensions
10 lseek
11 unistd
12 write
13
14 configure.ac:
15 gl_FUNC_PWRITE
16 gl_UNISTD_MODULE_INDICATOR([pwrite])
17
18 Makefile.am:
19
20 Include:
21 <unistd.h>
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Peter O'Gorman