From patchwork Sun Apr 1 23:54:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 894072 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-91310-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="RtE6DtvI"; dkim-atps=neutral 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 40Dsf24MrTz9s0t for ; Mon, 2 Apr 2018 09:54:34 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=Y4hfcECyeRuMM1Qu3A2cTe2OxJUfM1rtZxwawFycubTKpkTCp6Cd+ D1akCRVb4StWMnLvlpVyUc/kpxQiNRhJFdU+m/B+Bl2+l0gC9ouMNWE0KUsO0xfm 4ouPEuLG5ubL5yYRrY8X0FPO37Qm796eZyKrmEXI3+lIGJ/SxaEb/0= 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:from:to:cc:subject:date:message-id; s=default; bh=Z0EQBFUBHkzQG2tb1Z6uw+t4w8U=; b=RtE6DtvIygUMvOXMEgbk8JUJus0u lx6HO2AR3D7X8pyz7cEf7fDAlceqTYGlWbUGnWy+4HH8qxfXo38c50gsB7XhsjIX YMAUE9+zzIbRQfRfUTm2mLDSwaliG254F8NyyGF7/mDUqv/upw0uEikmuTrrz4/Z pv7vzK3aEEFOASI= Received: (qmail 45375 invoked by alias); 1 Apr 2018 23:54:29 -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 45366 invoked by uid 89); 1 Apr 2018 23:54:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.7 required=5.0 tests=BAYES_05, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:sk:static-, hurdcommited, hurd, commited, H*r:sk:static- X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] hurd libpthread: add function missing in ABI list Date: Mon, 2 Apr 2018 01:54:22 +0200 Message-Id: <20180401235422.10099-1-samuel.thibault@ens-lyon.org> * sysdeps/mach/hurd/i386/libpthread.abilist (__pthread_self): Add. --- sysdeps/mach/hurd/i386/libpthread.abilist | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist b/sysdeps/mach/hurd/i386/libpthread.abilist index e11569f176..5838c5768d 100644 --- a/sysdeps/mach/hurd/i386/libpthread.abilist +++ b/sysdeps/mach/hurd/i386/libpthread.abilist @@ -5,6 +5,7 @@ GLIBC_2.12 __pthread_get_cleanup_stack F GLIBC_2.12 __pthread_key_create F GLIBC_2.12 __pthread_kill F GLIBC_2.12 __pthread_mutex_transfer_np F +GLIBC_2.12 __pthread_self F GLIBC_2.12 __pthread_spin_destroy F GLIBC_2.12 __pthread_spin_init F GLIBC_2.12 __pthread_spin_lock F