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.24-140-gfd37b5a


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  fd37b5a78ab215ea2599250ec345e25545410bce (commit)
      from  0f9317dcf578e5093462b9dcf6f4d691dff42cc9 (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=fd37b5a78ab215ea2599250ec345e25545410bce

commit fd37b5a78ab215ea2599250ec345e25545410bce
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Sep 13 15:08:37 2016 +0200

    resolv: Remove _LIBC_REENTRANT

diff --git a/ChangeLog b/ChangeLog
index b417ee7..8bf7507 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-13  Florian Weimer  <fweimer@redhat.com>
+
+	* resolv/res_init.c: Remove _LIBC_REENTRANT; it is always defined.
+
 2016-09-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
 	* malloc/Makefile (tests): Remove individual static test names
diff --git a/resolv/res_init.c b/resolv/res_init.c
index cea4c8a..cfb8188 100644
--- a/resolv/res_init.c
+++ b/resolv/res_init.c
@@ -542,7 +542,6 @@ res_nclose(res_state statp)
 }
 libc_hidden_def (__res_nclose)
 
-#ifdef _LIBC_REENTRANT
 /* This is called when a thread is exiting to free resources held in _res.  */
 static void __attribute__ ((section ("__libc_thread_freeres_fn")))
 res_thread_freeres (void)
@@ -558,4 +557,3 @@ res_thread_freeres (void)
 }
 text_set_element (__libc_thread_subfreeres, res_thread_freeres);
 text_set_element (__libc_subfreeres, res_thread_freeres);
-#endif

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

Summary of changes:
 ChangeLog         |    4 ++++
 resolv/res_init.c |    2 --
 2 files changed, 4 insertions(+), 2 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]