Update.
[glibc.git] / mach / Versions
blobcb282bda156aa356db1528d349c5817db8fa23c2
1 libc {
2   GLIBC_2.0 {
3     # This symbol is here only for binary compatibility with the
4     # pre-versioning libc.so.0.2 ABI.  When the soname changes,
5     # it can be removed.
6     __vm_allocate;
8     # variables used in Mach-specific macros
9     __mach_task_self_;
10     __vm_page_size;
12     # functions used in inline functions and macros
13     __mach_port_deallocate; __mach_thread_self;
14     __mutex_init; __mutex_lock; __mutex_lock_solid; __mutex_trylock;
15     __mutex_unlock; __mutex_unlock_solid;
16     __spin_lock; __spin_lock_init; __spin_lock_solid; __spin_try_lock;
17     __spin_unlock;
19     # functions used by RPC stubs
20     __mach_msg;
21     __mig_allocate; __mig_deallocate; __mig_dealloc_reply_port;
22     __mig_get_reply_port; __mig_put_reply_port;
23     __mig_strncpy;
25     # variables in normal name space
26     vm_page_size;
28     # functions in normal name space
30     # e*
31     evc_wait;
33     # m*
34     mach_error; mach_error_string; mach_error_type;
35     mach_host_self;
36     mach_msg; mach_msg_destroy;
37     mach_msg_send; mach_msg_receive;
38     mach_msg_server; mach_msg_server_timeout;
39     mach_open_devstream;
40     mach_port_allocate; mach_port_allocate_name; mach_port_deallocate;
41     mach_port_insert_right; mach_reply_port;
42     mach_setup_thread;
43     mach_task_self;
44     mach_thread_self;
45     mig_allocate; mig_dealloc_reply_port; mig_deallocate;
46     mig_get_reply_port; mig_init; mig_put_reply_port;
48     # v*
49     vm_allocate; vm_deallocate; vm_map;
51     # s*
52     swtch; swtch_pri;
54     # t*
55     task_create; task_set_special_port; task_suspend; task_terminate;
56     thread_depress_abort; thread_switch;
57   }