Update.
[glibc.git] / hurd / Versions
blob6247858f63a1b68638485b76acc59c8d95577eb3
1 libc {
2   GLIBC_2.0 {
3     # Hurd-specific variables
4     __hurd_sigthread_stack_base; __hurd_sigthread_stack_end;
5     __hurd_sigthread_variables; __hurd_threadvar_max;
6     __hurd_threadvar_stack_mask; __hurd_threadvar_stack_offset;
7     _hurd_device_master; _hurd_host_priv;
9     # Hurd-specific exported functions from <hurd.h>
10     _hurd_ports; _hurd_ports_use;
11     getcrdir; getcwdir; getauth; getproc; getcttyid;
12     setcrdir; setcwdir; setauth; setproc; setcttyid;
13     file_name_split; file_name_lookup; file_name_lookup_under;
14     file_name_path_lookup;
15     openport; fopenport; task2pid; pid2task; getdport; vpprintf;
16     hurd_thread_self; hurd_thread_cancel; hurd_check_cancel;
17     hurd_safe_memset;
18     _hurd_init; _hurd_proc_init;
19     _hurd_exec;
20     _hurd_canonicalize_directory_name_internal;
21     getuids; __getuids;
23     # XXX ought to exist on all platforms
24     getumask;
26     # <hurd/lookup.h>
27     hurd_file_name_lookup; __hurd_file_name_lookup;
28     hurd_file_name_lookup_retry; __hurd_file_name_lookup_retry;
29     hurd_file_name_split; __hurd_file_name_split;
30     hurd_file_name_path_lookup; __hurd_file_name_path_lookup;
32     # <hurd/signal.h>
33     _hurd_thread_sigstate; _hurd_msgport;
34     _hurd_exception2signal;
35     hurd_sig_post;
37     # <hurd/sigpreempt.h>
38     hurd_catch_signal;
39     hurd_preempt_signals;
41     # <hurd/port.h>
42     _hurd_port_cleanup;
44     # <hurd/fd.h>
45     _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock; _hurd_intern_fd;
47     # Internal functions referenced by libmachuser and libhurduser.
48     _S_catch_exception_raise;
49     _S_msg_add_auth; _S_msg_del_auth;
50     _S_msg_describe_ports;
51     _S_msg_get_dtable; _S_msg_set_dtable;
52     _S_msg_get_env_variable; _S_msg_set_env_variable;
53     _S_msg_get_environment; _S_msg_set_environment;
54     _S_msg_get_fd; _S_msg_set_fd;
55     _S_msg_get_init_int; _S_msg_set_init_int;
56     _S_msg_get_init_ints; _S_msg_set_init_ints;
57     _S_msg_get_init_port; _S_msg_set_init_port;
58     _S_msg_get_init_ports; _S_msg_set_init_ports;
59     _S_msg_proc_newids; _S_msg_report_wait;
60     _S_msg_sig_post; _S_msg_sig_post_untraced;
61     _hurd_intr_rpc_mach_msg; _hurdsig_fault_catch_exception_raise;
62   }