mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* 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.
25 lines
278 B
Plaintext
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
|