From 2102bec9829589b303d531ed12630808b4886f56 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 14 Apr 2020 13:19:18 +0200 Subject: hurd: add mach_print function * mach/Versions (GLIBC_2.32): Add mach_print. * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.32): Add mach_print. --- mach/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mach') diff --git a/mach/Versions b/mach/Versions index c7a3d60bae..eef52c805f 100644 --- a/mach/Versions +++ b/mach/Versions @@ -58,6 +58,9 @@ libc { GLIBC_2.21 { __mach_host_self_; } + GLIBC_2.32 { + mach_print; + } HURD_CTHREADS_0.3 { __mutex_init; __mutex_lock; __mutex_lock_solid; __mutex_trylock; -- cgit 1.4.1