Hash :
9d7e96c8
Author :
Date :
2008-10-01T13:54:44
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.
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