tests: avoid spurious assertion failure in test-float.c on ppc64
[gnulib.git] / modules / fsync
1 Description:
2 fsync(2) function: synchronize writes to a file.
3
4 Files:
5 lib/fsync.c
6 m4/fsync.m4
7
8 Depends-on:
9 unistd
10
11 configure.ac:
12 gl_FUNC_FSYNC
13 if test $HAVE_FSYNC = 0; then
14   AC_LIBOBJ([fsync])
15   gl_PREREQ_FSYNC
16 fi
17 gl_UNISTD_MODULE_INDICATOR([fsync])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Richard W.M. Jones, Jim Meyering