]> git.ipfire.org Git - thirdparty/glibc.git/blob - mach/Versions
1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
[thirdparty/glibc.git] / mach / Versions
1 libc {
2 GLIBC_2.0 {
3 __mach_msg; mach_msg; __mach_reply_port; mach_reply_port;
4 __mach_task_self_; __mach_thread_self; mach_thread_self;
5 mach_host_self; __mach_host_self;
6 swtch_pri; __swtch_pri; swtch; __swtch;
7 thread_switch; __thread_switch;
8
9 mig_init;
10 __mig_allocate; __mig_deallocate; mig_deallocate; mig_allocate;
11 __mig_get_reply_port; __mig_put_reply_port; __mig_dealloc_reply_port;
12 mig_get_reply_port; mig_put_reply_port; mig_dealloc_reply_port;
13
14 mach_msg_server_timeout; mach_msg_server;
15 get_privileged_ports; __get_privileged_ports;
16 mach_setup_thread; __mach_setup_thread;
17 mach_open_devstream;
18
19 vm_page_size; __vm_page_size;
20
21 __spin_lock_solid;
22
23 # system call shortcuts
24 vm_map; __vm_map;
25 vm_allocate; __vm_allocate;
26 vm_deallocate; __vm_deallocate;
27 task_create; __task_create;
28 task_terminate; __task_terminate;
29 task_suspend; __task_suspend;
30 task_set_special_port; __task_set_special_port;
31 mach_port_allocate; __mach_port_allocate;
32 mach_port_deallocate; __mach_port_deallocate;
33 mach_port_insert_right; __mach_port_insert_right;
34 mach_port_allocate_name; __mach_port_allocate_name;
35 thread_depress_abort; __thread_depress_abort;
36
37 # Placeholders for the Hurd libthreads implementation.
38 cthread_getspecific; cthread_keycreate; cthread_setspecific;
39 __libc_getspecific;
40
41 # Function versions of Mach macros.
42 __mutex_init; __mutex_trylock;
43 __mutex_lock; __mutex_unlock;
44 __mutex_lock_solid; __mutex_unlock_solid;
45 }
46 }