iconv-h: Fix module description.
[gnulib.git] / modules / fdatasync
blob62f710d9e5ad9d57488b1bc7e17a5e2d76bed4e1
1 Description:
2 fdatasync(2) function: synchronize writes to a file.
4 Files:
5 lib/fdatasync.c
6 m4/fdatasync.m4
8 Depends-on:
9 fsync         [test $HAVE_FDATASYNC = 0]
10 unistd
12 configure.ac:
13 gl_FUNC_FDATASYNC
14 if test $HAVE_FDATASYNC = 0; then
15   AC_LIBOBJ([fdatasync])
17 gl_UNISTD_MODULE_INDICATOR([fdatasync])
19 Makefile.am:
21 Include:
22 <unistd.h>
24 Link:
25 $(LIB_FDATASYNC)
27 License:
28 LGPLv2+
30 Maintainer:
31 Eric Blake