Use fsync from gnulib for portability
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu Jan 08 17:29:31 2009 +0000 (2009-01-08)
changeset 3362d4107c6683d
parent 335 636f120d1b5e
child 337 c89695ed29f0
Use fsync from gnulib for portability
gl/.gitignore
gl/m4/.gitignore
gl/m4/gnulib-cache.m4
     1.1 --- a/gl/.gitignore	Thu Jan 08 17:12:28 2009 +0000
     1.2 +++ b/gl/.gitignore	Thu Jan 08 17:29:31 2009 +0000
     1.3 @@ -33,3 +33,4 @@
     1.4  /xmalloc.c
     1.5  /xstrndup.c
     1.6  /xstrndup.h
     1.7 +/fsync.c
     2.1 --- a/gl/m4/.gitignore	Thu Jan 08 17:12:28 2009 +0000
     2.2 +++ b/gl/m4/.gitignore	Thu Jan 08 17:29:31 2009 +0000
     2.3 @@ -27,3 +27,4 @@
     2.4  /unistd_h.m4
     2.5  /xalloc.m4
     2.6  /xstrndup.m4
     2.7 +/fsync.m4
     3.1 --- a/gl/m4/gnulib-cache.m4	Thu Jan 08 17:12:28 2009 +0000
     3.2 +++ b/gl/m4/gnulib-cache.m4	Thu Jan 08 17:29:31 2009 +0000
     3.3 @@ -15,13 +15,14 @@
     3.4  
     3.5  
     3.6  # Specification in the form of a command-line invocation:
     3.7 -#   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
     3.8 +#   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
     3.9  
    3.10  # Specification in the form of a few gnulib-tool.m4 macro invocations:
    3.11  gl_LOCAL_DIR([])
    3.12  gl_MODULES([
    3.13    fnmatch
    3.14    fnmatch-posix
    3.15 +  fsync
    3.16    mkdir
    3.17  ])
    3.18  gl_AVOID([])