aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2017-07-27 03:16:46 -0700
committerRical Jasan <ricaljasan@pacific.net>2017-07-27 03:21:56 -0700
commit88f9e739432dc950b1f28638158d6dbb1ebd0361 (patch)
treee7b50724a18ed994b4c436be186719808106ea0c /manual
parent3632e5912b16421bea6415ff4d98c5039adc3e3c (diff)
downloadglibc-88f9e739432dc950b1f28638158d6dbb1ebd0361.zip
glibc-88f9e739432dc950b1f28638158d6dbb1ebd0361.tar.gz
glibc-88f9e739432dc950b1f28638158d6dbb1ebd0361.tar.bz2
manual: Complete @standards in creature.texi.
* manual/creature.texi (_REENTRANT): Annotate as obsolete. (_THREAD_SAFE): Likewise.
Diffstat (limited to 'manual')
-rw-r--r--manual/creature.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/creature.texi b/manual/creature.texi
index eb30b01..96f8ee0 100644
--- a/manual/creature.texi
+++ b/manual/creature.texi
@@ -211,7 +211,7 @@ cause them to be disabled.
@defvr Macro _REENTRANT
@defvrx Macro _THREAD_SAFE
-@standardsx{_REENTRANT, GNU, (none)}
+@standards{Obsolete, (none)}
These macros are obsolete. They have the same effect as defining
@code{_POSIX_C_SOURCE} with the value @code{199506L}.