summaryrefslogtreecommitdiff
path: root/doc/posix-headers/stddef.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-10-12 23:18:12 +0200
committerBruno Haible <bruno@clisp.org>2017-10-12 23:18:12 +0200
commitd00ddf69fbd36a8159030682d6c1153448ff6f30 (patch)
treea136a7a97cf848dc78f229e0d1919eb00e7ff87f /doc/posix-headers/stddef.texi
parent2464dbce67a0693b5fbe21cd5588bc1f21b8ff25 (diff)
downloadgnulib-d00ddf69fbd36a8159030682d6c1153448ff6f30.tar.gz
doc: Update for Solaris 11.3.
* doc/**/*.texi: For bugs that exist in both Solaris 11.0 and 11.3, mention Solaris 11.3. * m4/log2.m4: Fix comments. * m4/log2f.m4: Likewise. * m4/printf.m4: Update comments. * m4/rename.m4: Likewise. * m4/strncat.m4: Likewise.
Diffstat (limited to 'doc/posix-headers/stddef.texi')
-rw-r--r--doc/posix-headers/stddef.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/posix-headers/stddef.texi b/doc/posix-headers/stddef.texi
index 016dc674de..f5b6696e14 100644
--- a/doc/posix-headers/stddef.texi
+++ b/doc/posix-headers/stddef.texi
@@ -8,7 +8,8 @@ Gnulib module: stddef
Portability problems fixed by Gnulib:
@itemize
@item
-Some platforms fail to provide @code{max_align_t}, which was added in C11.
+Some platforms fail to provide @code{max_align_t}, which was added in C11:
+Solaris 11.0 and others.
@item
Some old platforms fail to provide @code{wchar_t}.
@@ -24,7 +25,7 @@ Portability problems not fixed by Gnulib:
@item
Some platforms provide an @code{offsetof} macro that cannot be used in
arbitrary expressions:
-Solaris 11.0
+Solaris 11.3
This problem can be worked around by parenthesizing the
@code{offsetof} expression in the unlikely case you use it with
@code{sizeof} or @samp{[]}.