Branch
Hash :
7cd7c52c
Author :
Date :
2024-12-27T23:39:47
Rename module sys_file to sys_file-h. * 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.
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