Use fsync from gnulib for portability
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 8 Jan 2009 17:29:31 +0000 (17:29 +0000)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 8 Jan 2009 17:29:31 +0000 (17:29 +0000)
gl/.gitignore
gl/m4/.gitignore
gl/m4/gnulib-cache.m4

index 7a69d33..57a1785 100644 (file)
@@ -33,3 +33,4 @@
 /xmalloc.c
 /xstrndup.c
 /xstrndup.h
+/fsync.c
index 153a031..aaaecce 100644 (file)
@@ -27,3 +27,4 @@
 /unistd_h.m4
 /xalloc.m4
 /xstrndup.m4
+/fsync.m4
index 216b327..8e430de 100644 (file)
 
 
 # Specification in the form of a command-line invocation:
-#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --libtool --macro-prefix=gl fnmatch fnmatch-posix mkdir
+#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --libtool --macro-prefix=gl fnmatch fnmatch-posix fsync mkdir
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_LOCAL_DIR([])
 gl_MODULES([
   fnmatch
   fnmatch-posix
+  fsync
   mkdir
 ])
 gl_AVOID([])