From: GNU Libc Maintainers Date: Tue, 27 May 2025 10:40:04 +0000 (+0100) Subject: local-mach_print X-Git-Tag: archive/raspbian/2.31-13+rpi1+deb11u13^2~115 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1673542336ef7cfcd67247ca5e5c1402a2e349de;p=glibc.git local-mach_print TODO: glibc 2.32 will provide it. Once it is uploaded, rebuild binaries which might be referencing the 2.21-versioned symbol, and drop this patch. Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name local-mach_print.diff --- diff --git a/mach/Versions b/mach/Versions index c7a3d60ba..17a7d6525 100644 --- a/mach/Versions +++ b/mach/Versions @@ -57,6 +57,7 @@ libc { } GLIBC_2.21 { __mach_host_self_; + mach_print; } HURD_CTHREADS_0.3 { diff --git a/sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist index 5a08d5e72..3215217dc 100644 --- a/sysdeps/mach/hurd/i386/libc.abilist +++ b/sysdeps/mach/hurd/i386/libc.abilist @@ -1946,6 +1946,7 @@ GLIBC_2.2.6 xprt_register F GLIBC_2.2.6 xprt_unregister F GLIBC_2.21 __mach_host_self_ D 0x4 GLIBC_2.21 __pthread_get_cleanup_stack F +GLIBC_2.21 mach_print F GLIBC_2.21 pthread_attr_destroy F GLIBC_2.21 pthread_attr_getdetachstate F GLIBC_2.21 pthread_attr_getinheritsched F