Update.
[glibc.git] / hurd / Versions
blobf3e311b2a9166b54b5f204b1e16d32bfaf201f25
1 libc {
2   GLIBC_2.0 {
3     # These few symbols are here only for binary compatibility
4     # with the pre-versioning libc.so.0.2 ABI.  Their replacements
5     # are in the GLIBC_2.1 version set.  When the soname changes,
6     # these can be removed.
7     __getuids;
8     __hurd_file_name_lookup;
9     _hurd_proc_init; _hurd_umask;
11     # necessary for the Hurd brk implementation
12     _end;
14     # variables used in macros & inline functions
15     __hurd_sigthread_stack_base; __hurd_sigthread_stack_end;
16     __hurd_sigthread_variables;
17     __hurd_threadvar_max;
18     __hurd_threadvar_stack_mask; __hurd_threadvar_stack_offset;
20     # functions used in macros & inline functions
21     __hurd_errno_location;
23     # functions used in libmachuser and libhurduser
24     _S_catch_exception_raise;
25     _S_msg_add_auth; _S_msg_del_auth;
26     _S_msg_describe_ports;
27     _S_msg_get_dtable; _S_msg_set_dtable;
28     _S_msg_get_env_variable; _S_msg_set_env_variable;
29     _S_msg_get_environment; _S_msg_set_environment;
30     _S_msg_get_fd; _S_msg_set_fd;
31     _S_msg_get_init_int; _S_msg_set_init_int;
32     _S_msg_get_init_ints; _S_msg_set_init_ints;
33     _S_msg_get_init_port; _S_msg_set_init_port;
34     _S_msg_get_init_ports; _S_msg_set_init_ports;
35     _S_msg_proc_newids; _S_msg_report_wait;
36     _S_msg_sig_post; _S_msg_sig_post_untraced;
37     _hurd_intr_rpc_mach_msg; _hurdsig_fault_catch_exception_raise;
39     # "quasi-internal" variables
40     _hurd_device_master;
41     _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock;
42     _hurd_host_priv;
43     _hurd_msgport;
44     _hurd_ports;
46     # "quasi-internal" functions
47     _hurd_canonicalize_directory_name_internal;
48     _hurd_critical_section_lock;
49     _hurd_critical_section_unlock;
50     _hurd_exception2signal;
51     _hurd_exec;
52     _hurd_fd_get;
53     _hurd_init;
54     _hurd_intern_fd;
55     _hurd_port_cleanup;
56     _hurd_port_free;
57     _hurd_port_get;
58     _hurd_port_locked_get;
59     _hurd_ports_use;
60     _hurd_thread_sigstate;
62     # functions in normal name space
64     # f*
65     file_name_lookup; file_name_lookup_under; file_name_path_lookup;
66     file_name_split;
67     fopenport;
69     # g*
70     get_privileged_ports;
71     getauth; getcrdir; getcwdir; getcttyid; getdport; getproc; getumask;
73     # h*
74     hurd_catch_signal;
75     hurd_check_cancel;
76     hurd_file_name_lookup; hurd_file_name_lookup_retry;
77     hurd_file_name_path_lookup; hurd_file_name_split;
78     hurd_preempt_signals;
79     hurd_safe_copyin; hurd_safe_copyout;
80     hurd_safe_memmove; hurd_safe_memset;
81     hurd_sig_post;
82     hurd_thread_cancel; hurd_thread_self;
83     hurd_unpreemt_signals;
85     # o*
86     openport;
88     # p*
89     pid2task;
91     # s*
92     setauth; setcrdir; setcwdir; setproc; setcttyid;
94     # t*
95     task2pid;
97     # v*
98     vpprintf;
99   }
100   GLIBC_2.1 {
101     # "quasi-internal" functions
102     _hurd_proc_init;
104     # g*
105     geteuids;
107     # s*
108     seteuids;
109   }