repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
fdatasync
blob
62f710d9e5ad9d57488b1bc7e17a5e2d76bed4e1
1
Description:
2
fdatasync(2) function: synchronize writes to a file.
3
4
Files:
5
lib/fdatasync.c
6
m4/fdatasync.m4
7
8
Depends-on:
9
fsync [test $HAVE_FDATASYNC = 0]
10
unistd
11
12
configure.ac:
13
gl_FUNC_FDATASYNC
14
if test $HAVE_FDATASYNC = 0; then
15
AC_LIBOBJ([fdatasync])
16
fi
17
gl_UNISTD_MODULE_INDICATOR([fdatasync])
18
19
Makefile.am:
20
21
Include:
22
<unistd.h>
23
24
Link:
25
$(LIB_FDATASYNC)
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
Eric Blake