1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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

This commit is contained in:
Roland McGrath
2014-07-15 14:44:47 -07:00
parent f2fef657d8
commit b365f3ec9e
2 changed files with 5 additions and 5 deletions

View File

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