Update.
[glibc.git] / mach / Versions
blob69a724ed39207461ed57a40ffafe53c23518146b
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;
24     # variables in normal name space
25     vm_page_size;
27     # functions in normal name space
29     # e*
30     evc_wait;
32     # m*
33     mach_error; mach_error_string; mach_error_type;
34     mach_host_self;
35     mach_msg; mach_msg_destroy;
36     mach_msg_send; mach_msg_receive;
37     mach_msg_server; mach_msg_server_timeout;
38     mach_open_devstream;
39     mach_port_allocate; mach_port_allocate_name; mach_port_deallocate;
40     mach_port_insert_right; mach_reply_port;
41     mach_setup_thread;
42     mach_task_self;
43     mach_thread_self;
44     mig_allocate; mig_dealloc_reply_port; mig_deallocate;
45     mig_get_reply_port; mig_init; mig_put_reply_port;
47     # v*
48     vm_allocate; vm_deallocate; vm_map;
50     # s*
51     swtch; swtch_pri;
53     # t*
54     task_create; task_set_special_port; task_suspend; task_terminate;
55     thread_depress_abort; thread_switch;
56   }