From: Richard W.M. Jones Date: Thu, 2 Oct 2008 09:59:19 +0000 (+0200) Subject: New module 'fsync'. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef61fd2162e7b6e332ed3fa8dd0c4dff107e5411;p=pspp New module 'fsync'. --- diff --git a/ChangeLog b/ChangeLog index 59e9bd044a..8a60609dbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,22 @@ * build-aux/bootstrap: Recognize `gnulib' being a submodule in a git repository, and initialize/update it accordingly. +2008-10-02 Richard W.M. Jones + + * modules/fsync-tests: New file. + * tests/test-fsync.c: New file. + + New module 'fsync'. + * lib/fsync.c: New file. + * m4/fsync.m4: New file. + * modules/fsync: New file. + * lib/unistd.in.h (fsync): New declaration. + * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both + GNULIB_FSYNC and HAVE_FSYNC. + * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC. + * MODULES.html.sh (posix_functions): Add fsync. + * doc/posix-functions/fsync.texi: Mention the new module. + 2008-10-02 Jim Meyering fts.c: sync with similar code from coreutils' remove.c