about summary refs log tree commit diff
path: root/mach
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-04-14 13:19:18 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-04-14 13:19:18 +0200
commit2102bec9829589b303d531ed12630808b4886f56 (patch)
tree1ed1a7737ff28fd41ff52724f651678ac8a9a422 /mach
parentdf76ff3a446a787a95cf74cb15c285464d73a93d (diff)
downloadglibc-2102bec9829589b303d531ed12630808b4886f56.tar.gz
glibc-2102bec9829589b303d531ed12630808b4886f56.tar.xz
glibc-2102bec9829589b303d531ed12630808b4886f56.zip
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.
Diffstat (limited to 'mach')
-rw-r--r--mach/Versions3
1 files changed, 3 insertions, 0 deletions
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;