pmccabe2html: escaping of special characters
[gnulib.git] / modules / fsync
index fa01e9b..660eb59 100644 (file)
@@ -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: