diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-21 22:37:24 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-21 22:37:24 +0100 |
commit | a29a4745ff79a3bc11c3db03f02ba94782e2177f (patch) | |
tree | d5684842c683d26fc899e35c483cbc19248c9912 | |
parent | 17e80272830ad78869a69ffca79d8bcde86f92b4 (diff) |
Versions: Add missing symbol export from libc
* sysdeps/pthread/Versions (__mach_port_allocate): Add symbol.
-rw-r--r-- | sysdeps/pthread/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
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; |