flock: new module
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 3 Oct 2008 13:58:14 +0000 (14:58 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 7 Oct 2008 06:32:09 +0000 (08:32 +0200)
commite69247d77e183da8d4d1d20e8993933aa420cbca
treeba03933cad3f311970096abcd1a84496d68fc97d
parente57dfa6b2dfe95f3f5e0747e8e8338b143de864d
flock: new module

* 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.
ChangeLog
MODULES.html.sh
doc/glibc-functions/flock.texi
lib/flock.c [new file with mode: 0644]
lib/sys_file.in.h [new file with mode: 0644]
m4/flock.m4 [new file with mode: 0644]
m4/sys_file_h.m4 [new file with mode: 0644]
modules/flock [new file with mode: 0644]
modules/flock-tests [new file with mode: 0644]
modules/sys_file [new file with mode: 0644]
tests/test-flock.c [new file with mode: 0644]