Hash :
1ca9e7e5
Author :
Date :
2011-05-07T13:34:55
fsync: Move AC_LIBOBJ invocations to module description. * m4/fsync.m4 (gl_FUNC_FSYNC): Move AC_LIBOBJ and gl_PREREQ_FSYNC invocations from here... * modules/fsync (configure.ac): ... to here.
Description:
fsync(2) function: synchronize writes to a file.
Files:
lib/fsync.c
m4/fsync.m4
Depends-on:
unistd
configure.ac:
gl_FUNC_FSYNC
if test $HAVE_FSYNC = 0; then
AC_LIBOBJ([fsync])
gl_PREREQ_FSYNC
fi
gl_UNISTD_MODULE_INDICATOR([fsync])
Makefile.am:
Include:
<unistd.h>
License:
LGPLv2+
Maintainer:
Richard W.M. Jones, Jim Meyering