unlink: Update regarding AIX.
[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 lseek
10 unistd
11
12 configure.ac:
13 gl_FUNC_PWRITE
14 gl_UNISTD_MODULE_INDICATOR([pwrite])
15
16 Makefile.am:
17
18 Include:
19 <unistd.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Peter O'Gorman