mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
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.
This commit is contained in:
parent
df76ff3a44
commit
2102bec982
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user