diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-04-14 13:19:18 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-04-14 13:19:18 +0200 |
commit | 2102bec9829589b303d531ed12630808b4886f56 (patch) | |
tree | 1ed1a7737ff28fd41ff52724f651678ac8a9a422 /mach | |
parent | df76ff3a446a787a95cf74cb15c285464d73a93d (diff) | |
download | glibc-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/Versions | 3 |
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; |