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 | |
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.
-rw-r--r-- | mach/Versions | 3 | ||||
-rw-r--r-- | sysdeps/mach/hurd/i386/libc.abilist | 1 |
2 files changed, 4 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; diff --git a/sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist index dd0d3c7317..60696d827f 100644 --- a/sysdeps/mach/hurd/i386/libc.abilist +++ b/sysdeps/mach/hurd/i386/libc.abilist @@ -2181,6 +2181,7 @@ GLIBC_2.3.4 setsourcefilter F GLIBC_2.3.4 xdr_quad_t F GLIBC_2.3.4 xdr_u_quad_t F GLIBC_2.30 twalk_r F +GLIBC_2.32 mach_print F GLIBC_2.32 thrd_current F GLIBC_2.32 thrd_equal F GLIBC_2.32 thrd_sleep F |