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