1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/fsync
Richard W.M. Jones 9d7e96c82c 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.
2008-10-02 08:44:44 +02:00

25 lines
278 B
Plaintext

Description:
fsync(2) function: synchronize writes to a file.
Files:
lib/fsync.c
m4/fsync.m4
Depends-on:
unistd
configure.ac:
gl_FUNC_FSYNC
gl_UNISTD_MODULE_INDICATOR([fsync])
Makefile.am:
Include:
<unistd.h>
License:
LGPLv2+
Maintainer:
Richard W.M. Jones, Jim Meyering