summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-03-06 13:49:52 +0100
committerBruno Haible <bruno@clisp.org>2021-03-06 13:50:17 +0100
commitfa6c6f2a3947fd72b3e15cc12c2c2ed26d3dd5bd (patch)
tree2ff9f27a5acbeaf31942484519d7b06427f561fe
parent3699ec9735e81cbd278146d74d99f6296c253566 (diff)
downloadgnulib-fa6c6f2a3947fd72b3e15cc12c2c2ed26d3dd5bd.tar.gz
gnulib-fa6c6f2a3947fd72b3e15cc12c2c2ed26d3dd5bd.tar.bz2
free-posix: Update documentation.
* doc/posix-functions/free.texi: Add platform details.
-rw-r--r--ChangeLog5
-rw-r--r--doc/posix-functions/free.texi3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1ef60f1d6..86c3e04e89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2021-03-06 Bruno Haible <bruno@clisp.org>
+ free-posix: Update documentation.
+ * doc/posix-functions/free.texi: Add platform details.
+
+2021-03-06 Bruno Haible <bruno@clisp.org>
+
doc: Update for glibc 2.33.
* doc/glibc-functions/mallinfo2.texi: New file.
* doc/gnulib.texi: Include it.
diff --git a/doc/posix-functions/free.texi b/doc/posix-functions/free.texi
index a7ceec130b..1d16fe8774 100644
--- a/doc/posix-functions/free.texi
+++ b/doc/posix-functions/free.texi
@@ -9,7 +9,8 @@ Gnulib module: free-posix
Portability problems fixed by Gnulib:
@itemize
@item
-This function may clobber @code{errno} on many platforms.
+This function may clobber @code{errno} on many platforms:
+glibc 2.32, Mac OS X, FreeBSD, NetBSD, OpenBSD 4.4, Minix, AIX, HP-UX, IRIX, Cygwin, mingw, MSVC.
@end itemize
Portability problems not fixed by Gnulib:

Return to:

Send suggestions and report system problems to the System administrator.