From a29a4745ff79a3bc11c3db03f02ba94782e2177f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 21 Jan 2018 22:37:24 +0100 Subject: Versions: Add missing symbol export from libc * sysdeps/pthread/Versions (__mach_port_allocate): Add symbol. --- sysdeps/pthread/Versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/pthread/Versions') diff --git a/sysdeps/pthread/Versions b/sysdeps/pthread/Versions index e4b4e8b..3a3b1e8 100644 --- a/sysdeps/pthread/Versions +++ b/sysdeps/pthread/Versions @@ -2,7 +2,7 @@ libc { GLIBC_2.2 { # XXX __vm_deallocate; __mach_port_insert_right; __mach_reply_port; - __mig_init; __vm_allocate; + __mig_init; __vm_allocate; __mach_port_allocate; # functions used in inline functions or macros __pthread_spin_destroy; __pthread_spin_init; __pthread_spin_lock; -- cgit v1.2.3