aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-13 21:18:08 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-13 21:18:08 +0200
commit4a68cf7cd2603ca0e79b20b0cd503db8f711547d (patch)
treedcbe886dc33bf96411e57bc79595cb312dc7f394
parentm info (diff)
downloadslibc-4a68cf7cd2603ca0e79b20b0cd503db8f711547d.tar.gz
slibc-4a68cf7cd2603ca0e79b20b0cd503db8f711547d.tar.bz2
slibc-4a68cf7cd2603ca0e79b20b0cd503db8f711547d.tar.xz
m info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--doc/info/chap/language-facilities.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/language-facilities.texinfo b/doc/info/chap/language-facilities.texinfo
index 25d8c2c..5eb55a3 100644
--- a/doc/info/chap/language-facilities.texinfo
+++ b/doc/info/chap/language-facilities.texinfo
@@ -165,7 +165,7 @@ attribute @code{noreturn}. Note that including the
@file{<stdnoreturn.h>} header file conflicts with
this compiler feature. Because of this,
@file{<stdnoreturn.h>} is considered non-portable
-by @code{slibc}. If you want to use both, GCC
+by @code{slibc}. If you want to use both, @sc{GCC}
supports @code{__attribute__((__noreturn__))} as
a synonym for @code{__attribute__((noreturn))}.