From patchwork Tue Jun 22 15:25:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 43960 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5605C389853B for ; Tue, 22 Jun 2021 15:25:34 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by sourceware.org (Postfix) with ESMTPS id D587A3857001 for ; Tue, 22 Jun 2021 15:25:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D587A3857001 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nefkom.net Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4G8VZl62tkz1s3pc for ; Tue, 22 Jun 2021 17:25:19 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4G8VZl5hH3z1qr3W for ; Tue, 22 Jun 2021 17:25:19 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id Ag_0Au6flg_W for ; Tue, 22 Jun 2021 17:25:19 +0200 (CEST) X-Auth-Info: pb8wf9pvZLIwUdtd/DPG+A/740p+EL4GhGb5H78ShrTTRfcZRVPMtvu9wGE1TLqm Received: from igel.home (ppp-46-244-162-121.dynamic.mnet-online.de [46.244.162.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA for ; Tue, 22 Jun 2021 17:25:19 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id A9F6D2C3716; Tue, 22 Jun 2021 17:25:18 +0200 (CEST) From: Andreas Schwab To: libc-alpha@sourceware.org Subject: [PATCH] Remove unsused symbols from nptl/Versions X-Yow: It don't mean a THING if you ain't got that SWING!! Date: Tue, 22 Jun 2021 17:25:18 +0200 Message-ID: <87pmwdgbvl.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Spam-Status: No, score=-9.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" The (private) symbols __pthread_clock_gettime, __pthread_clock_settime and __pthread_initialize_minimal haven't been defined by libpthread for some time. --- nptl/Versions | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nptl/Versions b/nptl/Versions index 62bb939d54..e4fae73c0b 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -510,12 +510,6 @@ libpthread { GLIBC_2.31 { __libpthread_version_placeholder; } - - GLIBC_PRIVATE { - __pthread_clock_gettime; - __pthread_clock_settime; - __pthread_initialize_minimal; - } } ld {