]> Savannah Git Hosting - gnulib.git/commitdiff
flock: Update documentation.
authorBruno Haible <bruno@clisp.org>
Wed, 6 Jan 2021 11:15:33 +0000 (12:15 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 6 Jan 2021 11:15:33 +0000 (12:15 +0100)
* doc/glibc-functions/flock.texi: Document what to expect on AIX and
Solaris.

ChangeLog
doc/glibc-functions/flock.texi

index 470583d8f1c2435f56a9eb3942ace97b2b9e5473..1c8d860596dc7563545f47b032c0aa6c01420148 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-01-06  Bruno Haible  <bruno@clisp.org>
+
+       flock: Update documentation.
+       * doc/glibc-functions/flock.texi: Document what to expect on AIX and
+       Solaris.
+
 2021-01-06  Bruno Haible  <bruno@clisp.org>
 
        ilogbl: Fix compilation error with xlclang on AIX 7.2.
index 41cca4c6c57167cffa70fe4b4a29885b294cf2eb..bc93a6746aca3e1ca1693c9553999cfa2f459ea5 100644 (file)
@@ -13,11 +13,12 @@ Portability problems fixed by Gnulib:
 @item
 This function is missing on some platforms:
 mingw, MSVC 14
+@item
+This function is missing on some platforms:
+AIX 7.1, HP-UX 11.23, Solaris 11.4.
+But the replacement function does not really work; it exhibits test failures.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
-@item
-This function is missing on some platforms:
-AIX 5.1, HP-UX 11.23, Solaris 11.4.
 @end itemize