about summary refs log tree commit diff
path: root/manual/creature.texi
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/creature.texi
parent3632e5912b16421bea6415ff4d98c5039adc3e3c (diff)
downloadglibc-88f9e739432dc950b1f28638158d6dbb1ebd0361.tar.gz
glibc-88f9e739432dc950b1f28638158d6dbb1ebd0361.tar.xz
glibc-88f9e739432dc950b1f28638158d6dbb1ebd0361.zip
manual: Complete @standards in creature.texi.
	* manual/creature.texi (_REENTRANT): Annotate as obsolete.
	(_THREAD_SAFE): Likewise.
Diffstat (limited to 'manual/creature.texi')
-rw-r--r--manual/creature.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/creature.texi b/manual/creature.texi
index eb30b0118d..96f8ee0a0c 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}.