From b365f3ec9e61b9b02a527d2e146182e1296bf9e9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 15 Jul 2014 14:44:47 -0700 Subject: Remove declarations of two nonexistent variables from nptl/pthreadP.h. --- nptl/pthreadP.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nptl/pthreadP.h') diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 94e7890fa5..6069be93c3 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; -- cgit v1.2.3