mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove declarations of two nonexistent variables from nptl/pthreadP.h.
This commit is contained in:
@ -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>
|
2014-07-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* config.h.in (HAVE_AVX2_SUPPORT): New #undef.
|
* config.h.in (HAVE_AVX2_SUPPORT): New #undef.
|
||||||
|
@ -181,11 +181,6 @@ hidden_proto (__stack_user)
|
|||||||
extern struct pthread_attr *__attr_list attribute_hidden;
|
extern struct pthread_attr *__attr_list attribute_hidden;
|
||||||
extern int __attr_list_lock 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. */
|
/* Concurrency handling. */
|
||||||
extern int __concurrency_level attribute_hidden;
|
extern int __concurrency_level attribute_hidden;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user