From patchwork Tue Sep 22 15:59:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 521167 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 55C7B140784 for ; Wed, 23 Sep 2015 01:59:30 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=tA99hQ2F; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :mime-version:content-type; q=dns; s=default; b=jodb4miksZZqe5Bz SJn5wFdEIUBhIC6ISfVjUJVg09VjqelKZoxLu1FqKmEp+7qF3aYYq+W38QBLAGIP lC8dVOHe0+p3aUTEHkikJwckk0AaWo8XYueGM0WrB3gqpjed0qEYh9KbE6Vrq4Kh 0gTL/1EqGED/j8fVsS/k0gzXGVM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :mime-version:content-type; s=default; bh=nX/+/O2OlkUonGA64RYyCX pjXYI=; b=tA99hQ2F+FOU/Vodca11opPlhF7d5bNclpwAS5hlFMhhcu2GohpikE jfvG4LmgwUSL8kZwz5utV1sGWaqJD5YWE0koGy+2vJpmopIxQlo9tjnchFCVdmtT SwoaRhVx0pLAVv0enXpIw1ApcAMB2/Q/fx2gLzmy+FS+tOEGVH7pQ= Received: (qmail 98894 invoked by alias); 22 Sep 2015 15:59:25 -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 98883 invoked by uid 89); 22 Sep 2015 15:59:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY, NO_DNS_FOR_FROM, RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mga01.intel.com X-ExtLoop1: 1 Date: Tue, 22 Sep 2015 08:59:21 -0700 From: "H.J. Lu" To: GNU C Library Subject: [PATCH] Remove ignored symbols from nptl/Versions Message-ID: <20150922155920.GA12823@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Those ignored symbols are listed a few lines below. OK for master? H.J. --- * nptl/Versions: Remove ignored symbols. --- nptl/Versions | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nptl/Versions b/nptl/Versions index 34e4b46..0ae5def 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -90,10 +90,6 @@ libpthread { __pthread_once; __pthread_atfork; _IO_flockfile; _IO_ftrylockfile; _IO_funlockfile; - # Hidden entry point (through macros). - #_pthread_cleanup_pop; _pthread_cleanup_pop_restore; _pthread_cleanup_push; - #_pthread_cleanup_push_defer; - # Semaphores. sem_destroy; sem_getvalue; sem_init; sem_post; sem_trywait; sem_wait;