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: "Lu, Hongjiu" X-Patchwork-Id: 8823 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;