From 3c068816891b464d64d7f5aeb77450bf0656a50b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 24 Oct 1998 01:36:01 +0000 Subject: 1998-10-24 Roland McGrath * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): New weak function. * mach/Versions, hurd/Versions: Add numerous symbols. Remove libmachuser and libhurduser sections, punt versioning for those libraries for now. * misc/Versions: Add reboot here; it exists on all platforms. * sysdeps/unix/sysv/linux/Versions: Remove reboot here. --- mach/Versions | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 mach/Versions (limited to 'mach/Versions') diff --git a/mach/Versions b/mach/Versions new file mode 100644 index 0000000..e85c2b9 --- /dev/null +++ b/mach/Versions @@ -0,0 +1,46 @@ +libc { + GLIBC_2.0 { + __mach_msg; mach_msg; __mach_reply_port; mach_reply_port; + __mach_task_self_; __mach_thread_self; mach_thread_self; + mach_host_self; __mach_host_self; + swtch_pri; __swtch_pri; swtch; __swtch; + thread_switch; __thread_switch; + + mig_init; + __mig_allocate; __mig_deallocate; mig_deallocate; mig_allocate; + __mig_get_reply_port; __mig_put_reply_port; __mig_dealloc_reply_port; + mig_get_reply_port; mig_put_reply_port; mig_dealloc_reply_port; + + mach_msg_server_timeout; mach_msg_server; + get_privileged_ports; __get_privileged_ports; + mach_setup_thread; __mach_setup_thread; + mach_open_devstream; + + vm_page_size; __vm_page_size; + + __spin_lock_solid; + + # system call shortcuts + vm_map; __vm_map; + vm_allocate; __vm_allocate; + vm_deallocate; __vm_deallocate; + task_create; __task_create; + task_terminate; __task_terminate; + task_suspend; __task_suspend; + task_set_special_port; __task_set_special_port; + mach_port_allocate; __mach_port_allocate; + mach_port_deallocate; __mach_port_deallocate; + mach_port_insert_right; __mach_port_insert_right; + mach_port_allocate_name; __mach_port_allocate_name; + thread_depress_abort; __thread_depress_abort; + + # Placeholders for the Hurd libthreads implementation. + cthread_getspecific; cthread_keycreate; cthread_setspecific; + __libc_getspecific; + + # Function versions of Mach macros. + __mutex_init; __mutex_trylock; + __mutex_lock; __mutex_unlock; + __mutex_lock_solid; __mutex_unlock_solid; + } +} -- cgit v1.1