From patchwork Tue Jul 15 21:46:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 2066 Received: (qmail 22934 invoked by alias); 15 Jul 2014 21:46:57 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 22880 invoked by uid 89); 15 Jul 2014 21:46:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] Remove declarations of two nonexistent variables from nptl/pthreadP.h. Message-Id: <20140715214650.9A4D72C3990@topped-with-meat.com> Date: Tue, 15 Jul 2014 14:46:50 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=yCVx0KqoLT0A:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=9ss3HJpkCZYAV-UvK_QA:9 a=CjuIK1q_8ugA:10 No effect on compiled code. 2014-07-15 Roland McGrath * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax): Remove dead declarations. --- 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;