diff options
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 45260c7..0097aad 100644 --- a/mach/Versions +++ b/mach/Versions @@ -54,6 +54,9 @@ libc { # This was always there, but not exported as it should have been. mig_strncpy; } + GLIBC_2.23 { + __mach_host_self_; + } HURD_CTHREADS_0.3 { __mutex_init; __mutex_lock; __mutex_lock_solid; __mutex_trylock; |