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
/
fsync
blob
660eb59bc00955b92d779a298e69289a97d16b5b
1
Description:
2
fsync(2) function: synchronize writes, including metadata, to a file.
3
4
Files:
5
lib/fsync.c
6
m4/fsync.m4
7
8
Depends-on:
9
unistd
10
msvc-nothrow [test $HAVE_FSYNC = 0]
11
12
configure.ac:
13
gl_FUNC_FSYNC
14
if test $HAVE_FSYNC = 0; then
15
AC_LIBOBJ([fsync])
16
gl_PREREQ_FSYNC
17
fi
18
gl_UNISTD_MODULE_INDICATOR([fsync])
19
20
Makefile.am:
21
22
Include:
23
<unistd.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
Richard W.M. Jones, Jim Meyering