t/pthread_deps
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
libpthread needs some internal symbols to avoid exposing the plain ones

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name tg-pthread_deps.diff

mach/Versions

index a02b95544b5c134775cd952b6e406580928f1028..5f940f82665f09a44f0112b7ecea9161806d646e 100644 (file)
@@ -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;