summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-09-03 22:12:42 +0200
committerBruno Haible <bruno@clisp.org>2022-09-04 01:17:47 +0200
commit28ee2afa64498f5e7e397dfc66e0a6c9bf339d65 (patch)
tree07660295156cfc0c3bf44a061bcee9b2a47f8260 /doc
parent753806a3a15d1a8021e6edc465b965fd5e6a3a81 (diff)
downloadgnulib-28ee2afa64498f5e7e397dfc66e0a6c9bf339d65.tar.gz
stdnoreturn: Document relation to C++.
* doc/posix-headers/stdnoreturn.texi: Document FreeBSD problem.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-headers/stdnoreturn.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-headers/stdnoreturn.texi b/doc/posix-headers/stdnoreturn.texi
index f37228536c..3e1c5882db 100644
--- a/doc/posix-headers/stdnoreturn.texi
+++ b/doc/posix-headers/stdnoreturn.texi
@@ -22,6 +22,9 @@ MSVC/clang.
Portability problems not fixed by Gnulib:
@itemize
@item
+@code{<stdnoreturn.h>} cannot be #included in C++ mode on some platforms:
+FreeBSD 13.1.
+@item
@code{<stdnoreturn.h>} should be #included before @samp{_Noreturn} is used.
@item
You cannot assume that @code{_Noreturn} is a reserved word;