verify: new macro 'assume'
[gnulib.git] / modules / fsync
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