mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
7cd7c52cf0
* modules/sys_file-h: Renamed from modules/sys_file. * modules/sys_file-h-tests: Renamed from modules/sys_file-tests. * modules/sys_file-h-c++-tests: Renamed from modules/sys_file-c++-tests. * tests/test-sys_file-h.c: Renamed from tests/test-sys_file.c. * tests/test-sys_file-h-c++.cc: Renamed from tests/test-sys_file-c++.cc. * doc/glibc-headers/sys_file.texi: Update. * modules/* (Depends-on): Update. * modules/sys_file: New file.
33 lines
481 B
Plaintext
33 lines
481 B
Plaintext
Description:
|
|
flock(2) function: advisory file locks.
|
|
|
|
Files:
|
|
lib/flock.c
|
|
m4/flock.m4
|
|
|
|
Depends-on:
|
|
sys_file-h
|
|
msvc-nothrow [test $HAVE_FLOCK = 0]
|
|
|
|
configure.ac:
|
|
gl_FUNC_FLOCK
|
|
gl_CONDITIONAL([GL_COND_OBJ_FLOCK], [test $HAVE_FLOCK = 0])
|
|
AM_COND_IF([GL_COND_OBJ_FLOCK], [
|
|
gl_PREREQ_FLOCK
|
|
])
|
|
gl_SYS_FILE_MODULE_INDICATOR([flock])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_FLOCK
|
|
lib_SOURCES += flock.c
|
|
endif
|
|
|
|
Include:
|
|
<sys/file.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Richard W.M. Jones, Jim Meyering
|