From 1c82ec469bfc1b4ab53aa633f315d7cb6348b3f1 Mon Sep 17 00:00:00 2001 From: roland Date: Mon, 26 Oct 1998 00:03:33 +0000 Subject: [PATCH] 1998-10-26 Roland McGrath * mach/Versions: Fix typo in last change. 1998-10-24 Mark Kettenis * mach/Versions: Add evc_wait, mach_error, mach_error_string, mach_error_type, mach_msg_destroy, mig_deallocate_reply_port. Remove __mach_host_self, __mach_reply_port, __mach_setup_thread, __mach_port_allocate, __mach_port_allocate_name, __mach_port_insert_right __mutex_trylock, __mutex_lock, __mutex_unlock, __swtch, __switch, __task_create, __task_suspend, __task_set_special_port, __task_terminate, __thread_depress_abort, __thread_switch, __vm_allocate, __vm_deallocate, __vm_map. These functions are not used outside libc. --- mach/Versions | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mach/Versions b/mach/Versions index 3c0e1229d8..34dfabe11a 100644 --- a/mach/Versions +++ b/mach/Versions @@ -8,10 +8,12 @@ libc { __mach_thread_self; __mutex_lock_solid; __mutex_unlock_solid; __spin_lock_solid; __spin_try_lock; __spin_unlock; + __mutex_init; + __mach_port_deallocate; # functions used by RPC stubs __mach_msg; - __mig_allocate; __mig_deallocate; __mig_deallocate_reply_port; + __mig_allocate; __mig_deallocate; __mig_dealloc_reply_port; __mig_get_reply_port; __mig_put_reply_port; # variables in normal name space -- 2.11.0