Hash :
e69247d7
Author :
Date :
2008-10-03T14:58:14
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.
@node flock
@subsection @code{flock}
@findex flock
Gnulib module: flock
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
mingw
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
AIX 5.1, HP-UX 11, Solaris 10, BeOS.
@end itemize