This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.25-807-g88f9e73


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  88f9e739432dc950b1f28638158d6dbb1ebd0361 (commit)
      from  3632e5912b16421bea6415ff4d98c5039adc3e3c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=88f9e739432dc950b1f28638158d6dbb1ebd0361

commit 88f9e739432dc950b1f28638158d6dbb1ebd0361
Author: Rical Jasan <ricaljasan@pacific.net>
Date:   Thu Jul 27 03:16:46 2017 -0700

    manual: Complete @standards in creature.texi.
    
    	* manual/creature.texi (_REENTRANT): Annotate as obsolete.
    	(_THREAD_SAFE): Likewise.

diff --git a/ChangeLog b/ChangeLog
index ab2b32a..5ca4770 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 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}.
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog            |    5 +++++
 manual/creature.texi |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]