# HG changeset patch # User J. Ali Harlow # Date 1231435771 0 # Node ID 2d4107c6683d28441f7430cdae05a125d861ab8f # Parent 636f120d1b5ea98aa33217b2731be1a9ec9aec22 Use fsync from gnulib for portability diff -r 636f120d1b5e -r 2d4107c6683d gl/.gitignore --- a/gl/.gitignore Thu Jan 08 17:12:28 2009 +0000 +++ b/gl/.gitignore Thu Jan 08 17:29:31 2009 +0000 @@ -33,3 +33,4 @@ /xmalloc.c /xstrndup.c /xstrndup.h +/fsync.c diff -r 636f120d1b5e -r 2d4107c6683d gl/m4/.gitignore --- a/gl/m4/.gitignore Thu Jan 08 17:12:28 2009 +0000 +++ b/gl/m4/.gitignore Thu Jan 08 17:29:31 2009 +0000 @@ -27,3 +27,4 @@ /unistd_h.m4 /xalloc.m4 /xstrndup.m4 +/fsync.m4 diff -r 636f120d1b5e -r 2d4107c6683d gl/m4/gnulib-cache.m4 --- a/gl/m4/gnulib-cache.m4 Thu Jan 08 17:12:28 2009 +0000 +++ b/gl/m4/gnulib-cache.m4 Thu Jan 08 17:29:31 2009 +0000 @@ -15,13 +15,14 @@ # 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([])