From 1a5b35727350507cbc04c8637367c3194adc0c3f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 29 Mar 2018 20:47:29 +0100 Subject: [PATCH] t/pthread_deps libpthread needs some internal symbols to avoid exposing the plain ones Signed-off-by: Samuel Thibault Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name tg-pthread_deps.diff --- mach/Versions | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mach/Versions b/mach/Versions index a02b95544..5f940f826 100644 --- a/mach/Versions +++ b/mach/Versions @@ -29,16 +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_name; mach_port_deallocate; - mach_port_insert_right; mach_reply_port; + 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_setup_thread; mach_task_self; mach_thread_self; mig_allocate; mig_dealloc_reply_port; mig_deallocate; - mig_get_reply_port; mig_init; mig_put_reply_port; + mig_get_reply_port; mig_init; __mig_init; mig_put_reply_port; # v* - vm_allocate; vm_deallocate; vm_map; + vm_allocate; __vm_allocate; vm_deallocate; __vm_deallocate; vm_map; # s* swtch; swtch_pri; -- 2.30.2