mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
e69247d77e
* MODULES.html.sh: Add to list of modules. * lib/flock.c: flock implementation for Windows and Unix systems which have fcntl. * doc/glibc-functions/flock.texi: Update documentation. * lib/sys_file.in.h: <sys/file.h> header file. * m4/flock.m4: M4 macros. * m4/sys_file_h.m4: M4 macros for replacement sys/file.h. * modules/flock: flock module. * modules/flock-tests: flock tests module. * modules/sys_file: sys/file.h module. * tests/test-flock.c: test suite for flock.
25 lines
282 B
Plaintext
25 lines
282 B
Plaintext
Description:
|
|
flock(2) function: advisory file locks.
|
|
|
|
Files:
|
|
lib/flock.c
|
|
m4/flock.m4
|
|
|
|
Depends-on:
|
|
sys_file
|
|
|
|
configure.ac:
|
|
gl_FUNC_FLOCK
|
|
gl_HEADER_SYS_FILE_MODULE_INDICATOR([flock])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<sys/file.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Richard W.M. Jones, Jim Meyering
|