diff --git a/ChangeLog b/ChangeLog index 725509a928..dbb6f4389c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-07-15 Roland McGrath + + * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax): + Remove dead declarations. + 2014-07-14 H.J. Lu * config.h.in (HAVE_AVX2_SUPPORT): New #undef. 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;