[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 12/14] doc: mention Solaris malloc ENOMEM issues
From: |
Paul Eggert |
Subject: |
[PATCH 12/14] doc: mention Solaris malloc ENOMEM issues |
Date: |
Mon, 4 Nov 2024 21:43:32 -0800 |
---
doc/posix-functions/calloc.texi | 2 +-
doc/posix-functions/malloc.texi | 2 +-
doc/posix-functions/realloc.texi | 2 +-
doc/posix-functions/strdup.texi | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/posix-functions/calloc.texi b/doc/posix-functions/calloc.texi
index 85281546b1..ecd8b227c0 100644
--- a/doc/posix-functions/calloc.texi
+++ b/doc/posix-functions/calloc.texi
@@ -12,7 +12,7 @@ Portability problems fixed by Gnulib:
@item
Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
@item
On some platforms, @code{calloc (n, s)} can succeed even if
diff --git a/doc/posix-functions/malloc.texi b/doc/posix-functions/malloc.texi
index 31e199e43a..6a6f3c1059 100644
--- a/doc/posix-functions/malloc.texi
+++ b/doc/posix-functions/malloc.texi
@@ -12,7 +12,7 @@ Portability problems fixed by Gnulib:
@item
Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
@item
On some platforms, @code{malloc (n)} can succeed even if @code{n}
diff --git a/doc/posix-functions/realloc.texi b/doc/posix-functions/realloc.texi
index bbf4d1736d..06c4718cbc 100644
--- a/doc/posix-functions/realloc.texi
+++ b/doc/posix-functions/realloc.texi
@@ -13,7 +13,7 @@ Portability problems fixed by Gnulib:
@item
Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
@item
On some platforms, @code{realloc (p, n)} can succeed even if @code{n}
diff --git a/doc/posix-functions/strdup.texi b/doc/posix-functions/strdup.texi
index b5a00849bd..89bc78ee03 100644
--- a/doc/posix-functions/strdup.texi
+++ b/doc/posix-functions/strdup.texi
@@ -19,7 +19,7 @@ Portability problems fixed by Gnulib module
@code{strdup-posix}:
@item
Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
@end itemize
Portability problems not fixed by Gnulib:
--
2.43.0