2 %include <shlib-compat.h>
6 %if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)
7 # These few symbols are here only for binary compatibility
8 # with the pre-versioning libc.so.0.2 ABI. Their replacements
9 # are in the GLIBC_2.1 version set. When the soname changes,
10 # these can be removed.
12 __hurd_file_name_lookup;
13 _hurd_proc_init; _hurd_umask;
16 # These go into a different version set if GLIBC_2.0 compatibility
17 # is not required. See below.
18 %if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
19 # variables used for detecting cthreads
20 _cthread_exit_routine; _cthread_init_routine;
22 # cthreads functions with stubs in libc
23 cthread_keycreate; cthread_getspecific; cthread_setspecific;
27 # necessary for the Hurd brk implementation
30 # variables used in macros & inline functions
31 __hurd_sigthread_stack_base; __hurd_sigthread_stack_end;
32 __hurd_sigthread_variables;
34 __hurd_threadvar_stack_mask; __hurd_threadvar_stack_offset;
36 # functions used in macros & inline functions
37 __hurd_errno_location;
39 # functions used in libmachuser and libhurduser
40 _S_catch_exception_raise;
41 _S_msg_add_auth; _S_msg_del_auth;
42 _S_msg_describe_ports;
43 _S_msg_get_dtable; _S_msg_set_dtable;
44 _S_msg_get_env_variable; _S_msg_set_env_variable;
45 _S_msg_get_environment; _S_msg_set_environment;
46 _S_msg_get_fd; _S_msg_set_fd;
47 _S_msg_get_init_int; _S_msg_set_init_int;
48 _S_msg_get_init_ints; _S_msg_set_init_ints;
49 _S_msg_get_init_port; _S_msg_set_init_port;
50 _S_msg_get_init_ports; _S_msg_set_init_ports;
51 _S_msg_proc_newids; _S_msg_report_wait;
52 _S_msg_sig_post; _S_msg_sig_post_untraced;
53 _hurd_intr_rpc_mach_msg; _hurdsig_fault_catch_exception_raise;
55 # "quasi-internal" variables
57 _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock;
62 # "quasi-internal" functions
63 _hurd_canonicalize_directory_name_internal;
64 _hurd_critical_section_lock;
65 _hurd_critical_section_unlock;
66 _hurd_exception2signal;
74 _hurd_port_locked_get;
76 _hurd_thread_sigstate;
78 # functions in normal name space
81 file_name_lookup; file_name_lookup_under; file_name_path_lookup;
87 getauth; getcrdir; getcwdir; getcttyid; getdport; getproc; getumask;
92 hurd_file_name_lookup; hurd_file_name_lookup_retry;
93 hurd_file_name_path_lookup; hurd_file_name_split;
95 hurd_safe_copyin; hurd_safe_copyout;
96 hurd_safe_memmove; hurd_safe_memset;
98 hurd_thread_cancel; hurd_thread_self;
99 hurd_unpreempt_signals;
108 setauth; setcrdir; setcwdir; setproc; setcttyid;
117 # "quasi-internal" functions
127 %if SHLIB_COMPAT (libc, GLIBC_2_1_3, HURD_CTHREADS_0_3)
129 cthread_fork; cthread_detach;
133 directory_name_split;
136 hurd_directory_name_split;
139 %if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
141 # weak refs to libthreads functions that libc calls iff libthreads in use
142 cthread_fork; cthread_detach;
144 # variables used for detecting cthreads
145 _cthread_exit_routine; _cthread_init_routine;
147 # cthreads functions with stubs in libc
148 cthread_keycreate; cthread_getspecific; cthread_setspecific;