fsync: new module
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Oct 2008 12:54:44 +0000 (13:54 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 2 Oct 2008 06:44:44 +0000 (08:44 +0200)
commit9d7e96c82c2a70aa5a32d07b76cdd94f0f0e4388
treed04f7fdfcd16d4750af1f919b80232a466912ddb
parent2e8e1818ae1146febd313585a8d767c3892dae03
fsync: new module

* lib/fsync.c: New file.
* m4/fsync.m4: New file.
* modules/fsync: New file.
* modules/fsync-tests: New file.
* tests/test-fsync.c: New file.
* modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
* m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST
both GNULIB_FSYNC and HAVE_FSYNC.
* lib/unistd.in.h (@GNULIB_FSYNC@): Add a block for fsync.
* MODULES.html.sh (posix_functions): Add fsync.
* doc/posix-functions/fsync.texi: Update.
MODULES.html.sh
doc/posix-functions/fsync.texi
lib/fsync.c [new file with mode: 0644]
lib/unistd.in.h
m4/fsync.m4 [new file with mode: 0644]
m4/unistd_h.m4
modules/fsync [new file with mode: 0644]
modules/fsync-tests [new file with mode: 0644]
modules/unistd
tests/test-fsync.c [new file with mode: 0644]