fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / glibc-functions / flock.texi
blobbc93a6746aca3e1ca1693c9553999cfa2f459ea5
1 @node flock
2 @subsection @code{flock}
3 @findex flock
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-flock-2.html}
7 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/flock.2.html,,man flock}
9 Gnulib module: flock
11 Portability problems fixed by Gnulib:
12 @itemize
13 @item
14 This function is missing on some platforms:
15 mingw, MSVC 14
16 @item
17 This function is missing on some platforms:
18 AIX 7.1, HP-UX 11.23, Solaris 11.4.
19 But the replacement function does not really work; it exhibits test failures.
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize