about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--manual/creature.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab2b32ab18..5ca4770e57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-27  Rical Jasan  <ricaljasan@pacific.net>
+
+	* manual/creature.texi (_REENTRANT): Annotate as obsolete.
+	(_THREAD_SAFE): Likewise.
+
 2017-07-26  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
 	* po/bg.po: Update translations.
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}.