* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / pwrite
blob78e602f0e9abe449f7e8912adf7f8ef05014362c
1 Description:
2 pwrite() function: write without changing file offset
4 Files:
5 lib/pwrite.c
6 m4/pwrite.m4
8 Depends-on:
9 unistd
10 extensions
11 largefile
12 lseek           [test $HAVE_PWRITE = 0 || test $REPLACE_PWRITE = 1]
13 write           [test $HAVE_PWRITE = 0 || test $REPLACE_PWRITE = 1]
15 configure.ac:
16 gl_FUNC_PWRITE
17 gl_CONDITIONAL([GL_COND_OBJ_PWRITE],
18                [test $HAVE_PWRITE = 0 || test $REPLACE_PWRITE = 1])
19 gl_UNISTD_MODULE_INDICATOR([pwrite])
21 Makefile.am:
22 if GL_COND_OBJ_PWRITE
23 lib_SOURCES += pwrite.c
24 endif
26 Include:
27 <unistd.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Peter O'Gorman