This is the mail archive of the libc-alpha@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]

[COMMITTED PATCH] Remove declarations of two nonexistent variables from nptl/pthreadP.h.


No effect on compiled code.


2014-07-15  Roland McGrath  <roland@hack.frob.com>

	* nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
	Remove dead declarations.

--- 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;
 


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