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.19-816-gb365f3e


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  b365f3ec9e61b9b02a527d2e146182e1296bf9e9 (commit)
      from  f2fef657d8736c32fb600771949f59852558b11a (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=b365f3ec9e61b9b02a527d2e146182e1296bf9e9

commit b365f3ec9e61b9b02a527d2e146182e1296bf9e9
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue Jul 15 14:44:47 2014 -0700

    Remove declarations of two nonexistent variables from nptl/pthreadP.h.

diff --git a/ChangeLog b/ChangeLog
index 725509a..dbb6f43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-07-15  Roland McGrath  <roland@hack.frob.com>
+
+	* nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
+	Remove dead declarations.
+
 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* config.h.in (HAVE_AVX2_SUPPORT): New #undef.
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h
index 94e7890..6069be9 100644
--- a/nptl/pthreadP.h
+++ b/nptl/pthreadP.h
@@ -181,11 +181,6 @@ hidden_proto (__stack_user)
 extern struct pthread_attr *__attr_list attribute_hidden;
 extern int __attr_list_lock attribute_hidden;
 
-/* First available RT signal.  */
-extern int __current_sigrtmin attribute_hidden;
-/* Last available RT signal.  */
-extern int __current_sigrtmax attribute_hidden;
-
 /* Concurrency handling.  */
 extern int __concurrency_level attribute_hidden;
 

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

Summary of changes:
 ChangeLog       |    5 +++++
 nptl/pthreadP.h |    5 -----
 2 files changed, 5 insertions(+), 5 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]