X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffsync;h=660eb59bc00955b92d779a298e69289a97d16b5b;hb=e1c466d11a91615c413789ea8bc3ec358f2c6aa9;hp=fa01e9b122b8240942fce3c30cc0277666d7d427;hpb=9d7e96c82c2a70aa5a32d07b76cdd94f0f0e4388;p=gnulib.git diff --git a/modules/fsync b/modules/fsync index fa01e9b12..660eb59bc 100644 --- a/modules/fsync +++ b/modules/fsync @@ -1,5 +1,5 @@ Description: -fsync(2) function: synchronize writes to a file. +fsync(2) function: synchronize writes, including metadata, to a file. Files: lib/fsync.c @@ -7,9 +7,14 @@ m4/fsync.m4 Depends-on: unistd +msvc-nothrow [test $HAVE_FSYNC = 0] configure.ac: gl_FUNC_FSYNC +if test $HAVE_FSYNC = 0; then + AC_LIBOBJ([fsync]) + gl_PREREQ_FSYNC +fi gl_UNISTD_MODULE_INDICATOR([fsync]) Makefile.am: