summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-15 14:44:47 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-15 14:44:47 -0700
commitb365f3ec9e61b9b02a527d2e146182e1296bf9e9 (patch)
tree39cd38ec2b5f6266b1fb9d7f424a248c70667eb6 /nptl
parentf2fef657d8736c32fb600771949f59852558b11a (diff)
Remove declarations of two nonexistent variables from nptl/pthreadP.h.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/pthreadP.h5
1 files changed, 0 insertions, 5 deletions
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;