summaryrefslogtreecommitdiff
path: root/modules/pwrite
blob: 78e602f0e9abe449f7e8912adf7f8ef05014362c (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
32
33
Description:
pwrite() function: write without changing file offset

Files:
lib/pwrite.c
m4/pwrite.m4

Depends-on:
unistd
extensions
largefile
lseek           [test $HAVE_PWRITE = 0 || test $REPLACE_PWRITE = 1]
write           [test $HAVE_PWRITE = 0 || test $REPLACE_PWRITE = 1]

configure.ac:
gl_FUNC_PWRITE
gl_CONDITIONAL([GL_COND_OBJ_PWRITE],
               [test $HAVE_PWRITE = 0 || test $REPLACE_PWRITE = 1])
gl_UNISTD_MODULE_INDICATOR([pwrite])

Makefile.am:
if GL_COND_OBJ_PWRITE
lib_SOURCES += pwrite.c
endif

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
Peter O'Gorman