summaryrefslogtreecommitdiff
path: root/mach/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'mach/Versions')
-rw-r--r--mach/Versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/mach/Versions b/mach/Versions
index 0097aad59b..c7a3d60bae 100644
--- a/mach/Versions
+++ b/mach/Versions
@@ -32,6 +32,7 @@ libc {
mach_port_allocate; mach_port_allocate_name; mach_port_deallocate;
mach_port_insert_right; mach_reply_port;
mach_setup_thread;
+ mach_setup_tls;
mach_task_self;
mach_thread_self;
mig_allocate; mig_dealloc_reply_port; mig_deallocate;
@@ -54,7 +55,7 @@ libc {
# This was always there, but not exported as it should have been.
mig_strncpy;
}
- GLIBC_2.23 {
+ GLIBC_2.21 {
__mach_host_self_;
}