summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-03-05 00:21:53 +0100
committerBruno Haible <bruno@clisp.org>2021-03-05 00:21:53 +0100
commit82f2c91ff515da3a657f51fc6b0808351c8d60e3 (patch)
tree0204f85d70109425c8e297b27fe73dca1a1fb9d6 /doc
parent3c55969da66ccb9e6c0d045261a246254ca4494c (diff)
downloadgnulib-82f2c91ff515da3a657f51fc6b0808351c8d60e3.tar.gz
stddef: Generalize tcc workaround to other compilers.
Suggested by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2021-03/msg00027.html>. * lib/stddef.in.h: Undefine the __need_* macros with all compilers. * doc/posix-headers/stddef.texi: Mention that the TinyCC bug also exists on macOS.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-headers/stddef.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-headers/stddef.texi b/doc/posix-headers/stddef.texi
index ba27fa8d94..fe7ed26c9b 100644
--- a/doc/posix-headers/stddef.texi
+++ b/doc/posix-headers/stddef.texi
@@ -29,8 +29,8 @@ of a pointer:
AIX 7.2 with xlc in 64-bit mode.
@item
-When this header file is provided by TinyCC 0.9.27 on glibc systems, it does
-not fulfil the expectations of other glibc header files.
+When this header file is provided by TinyCC 0.9.27 on glibc or macOS systems,
+it does not fulfil the expectations of other system header files.
@end itemize
Portability problems not fixed by Gnulib: