summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 20:05:01 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 20:05:01 +0000
commitbd65bcbe617c77298b39db105c50527a47ef96d3 (patch)
treed32f617dc690b1905666a2bd06190e50c2474cd9
parent18cb833fb412b74d0bbc4d1cf174671ee68151bf (diff)
parent5844597fb07b6a01138e3169cde4e3d224c1d25d (diff)
Merge branch 't/pthread_deps' into refs/top-bases/tschwinge/Roger_Whittaker
-rw-r--r--mach/Versions9
1 files changed, 4 insertions, 5 deletions
diff --git a/mach/Versions b/mach/Versions
index fc53f1e90e..c7a3d60bae 100644
--- a/mach/Versions
+++ b/mach/Versions
@@ -29,18 +29,17 @@ libc {
mach_msg_send; mach_msg_receive;
mach_msg_server; mach_msg_server_timeout;
mach_open_devstream;
- mach_port_allocate; __mach_port_allocate;
- mach_port_allocate_name; mach_port_deallocate;
- mach_port_insert_right; __mach_port_insert_right; mach_reply_port;
+ 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;
- mig_get_reply_port; mig_init; __mig_init; mig_put_reply_port;
+ mig_get_reply_port; mig_init; mig_put_reply_port;
# v*
- vm_allocate; __vm_allocate; vm_deallocate; __vm_deallocate; vm_map;
+ vm_allocate; vm_deallocate; vm_map;
# s*
swtch; swtch_pri;