[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 glibc] Add pthread_getname_np and pthread_setname_np for H
From: |
Samuel Thibault |
Subject: |
Re: [PATCH v2 glibc] Add pthread_getname_np and pthread_setname_np for Hurd |
Date: |
Sun, 14 Jul 2024 21:22:25 +0200 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Hello,
Flavio Cruz, le jeu. 11 juil. 2024 23:37:35 +0100, a ecrit:
> diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist
> b/sysdeps/mach/hurd/i386/libpthread.abilist
> index fa90cc65..3ea7cb41 100644
> --- a/sysdeps/mach/hurd/i386/libpthread.abilist
> +++ b/sysdeps/mach/hurd/i386/libpthread.abilist
> @@ -164,3 +164,5 @@ GLIBC_2.32 tss_create F
> GLIBC_2.32 tss_delete F
> GLIBC_2.32 tss_get F
> GLIBC_2.32 tss_set F
> +GLIBC_2.40 pthread_getname_np F
> +GLIBC_2.40 pthread_setname_np F
> diff --git a/sysdeps/mach/hurd/x86_64/libpthread.abilist
> b/sysdeps/mach/hurd/x86_64/libpthread.abilist
> index 80615d16..69999df5 100644
> --- a/sysdeps/mach/hurd/x86_64/libpthread.abilist
> +++ b/sysdeps/mach/hurd/x86_64/libpthread.abilist
> @@ -163,3 +163,5 @@ GLIBC_2.38 tss_create F
> GLIBC_2.38 tss_delete F
> GLIBC_2.38 tss_get F
> GLIBC_2.38 tss_set F
> +GLIBC_2.40 pthread_getname_np F
> +GLIBC_2.40 pthread_setname_np F
I wonder if this can pass the hard freeze? It's arguably not a new
ABI: it's just an implementation of the expected ABI on the GNU/Hurd
platform.
Samuel