changeset 30261:05fa0e19a085

New module 'fsync'.
author Richard W.M. Jones <rjones@redhat.com>
date Thu, 02 Oct 2008 11:59:19 +0200
parents 70bd4c4db6c5
children 7888f228b935
files ChangeLog
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 02 11:03:52 2008 +0200
+++ b/ChangeLog	Thu Oct 02 11:59:19 2008 +0200
@@ -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  <rjones@redhat.com>
+
+	* 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  <meyering@redhat.com>
 
 	fts.c: sync with similar code from coreutils' remove.c