From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@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: Sun, 01 Apr 2018 23:54:00 -0000 Message-Id: <20180401235422.10099-1-samuel.thibault@ens-lyon.org> X-SW-Source: 2018-04/txt/msg00005.txt.bz2 * 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 -- 2.16.2