glibc/mach/Versions
Roland McGrath c2ef793036 1998-10-26 Roland McGrath <roland@baalperazim.frob.com>
* hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
	_hurd_dtable_lock, _hurd_intern_fd.

	* sysdeps/mach/hurd/Versions: Add cthread_keycreate,
	cthread_getspecific, cthread_setspecific, __libc_getspecific.

	* mach/Versions: Fix typo in last change.


	__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.
1998-10-26 00:11:36 +00:00

55 lines
1.3 KiB
Plaintext

libc {
GLIBC_2.0 {
# variables used in Mach-specific macros
__mach_task_self_;
__vm_page_size;
# functions used in inline functions
__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_dealloc_reply_port;
__mig_get_reply_port; __mig_put_reply_port;
# variables in normal name space
vm_page_size;
# functions in normal name space
# e*
evc_wait;
# g*
get_privileged_ports;
# m*
mach_error; mach_error_string; mach_error_type;
mach_host_self;
mach_msg; mach_msg_destroy;
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_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;
# v*
vm_allocate; vm_deallocate; vm_map;
# s*
swtch; swtch_pri;
# t*
task_create; task_set_special_port; task_suspend; task_terminate;
thread_depress_abort; thread_switch;
}
}