]> Savannah Git Hosting - gnulib.git/commitdiff
stddef: Document the AIX xlc issue.
authorBruno Haible <bruno@clisp.org>
Thu, 12 Dec 2019 16:04:02 +0000 (17:04 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 12 Dec 2019 16:04:02 +0000 (17:04 +0100)
* doc/posix-headers/stddef.texi: Document the NULL issue with AIX xlc.

ChangeLog
doc/posix-headers/stddef.texi

index d5091849410131ee378b7ea7c4dce3d305aeceb8..edbcab28e20f55091f26bd76d8476c2b86f23aef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-12  Bruno Haible  <bruno@clisp.org>
+
+       stddef: Document the AIX xlc issue.
+       * doc/posix-headers/stddef.texi: Document the NULL issue with AIX xlc.
+
 2019-12-12  Bruno Haible  <bruno@clisp.org>
 
        duplocale: Don't attempt to override if locale_t does not exist.
index 05994d262d1d5aed426643ded17a168f89c84422..7dee0e70b4a5f83d4eeb54f8e68a070865f7cd5d 100644 (file)
@@ -22,6 +22,11 @@ Some old platforms fail to provide @code{wchar_t}.
 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
 expressions:
 NetBSD 5.0
+
+@item
+Some platforms provide a @code{NULL} macro whose value does not have the size
+of a pointer:
+AIX 7.2 with xlc in 64-bit mode.
 @end itemize
 
 Portability problems not fixed by Gnulib: