From c77dd7eb9b7f7cf87fdb1c0f6f1922d8735412eb Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 22 Sep 2015 02:02:20 +0200 Subject: Add missing __mach_host_self_ symbol in Versions * mach/Versions (__mach_host_self_): Add symbol. --- mach/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mach/Versions') diff --git a/mach/Versions b/mach/Versions index 45260c7c0a..0097aad59b 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; -- cgit 1.4.1