3 # necessary for the Hurd brk implementation
6 # variables used in macros & inline functions
7 __hurd_sigthread_stack_base; __hurd_sigthread_stack_end;
8 __hurd_sigthread_variables;
10 __hurd_threadvar_stack_mask; __hurd_threadvar_stack_offset;
12 # functions used in macros & inline functions
13 __hurd_errno_location;
15 # functions used in libmachuser and libhurduser
16 _S_catch_exception_raise;
17 _S_catch_exception_raise_state;
18 _S_catch_exception_raise_state_identity;
19 _S_msg_add_auth; _S_msg_del_auth;
20 _S_msg_describe_ports;
21 _S_msg_get_dtable; _S_msg_set_dtable;
22 _S_msg_get_env_variable; _S_msg_set_env_variable;
23 _S_msg_get_environment; _S_msg_set_environment;
24 _S_msg_get_fd; _S_msg_set_fd;
25 _S_msg_get_init_int; _S_msg_set_init_int;
26 _S_msg_get_init_ints; _S_msg_set_init_ints;
27 _S_msg_get_init_port; _S_msg_set_init_port;
28 _S_msg_get_init_ports; _S_msg_set_init_ports;
29 _S_msg_proc_newids; _S_msg_report_wait;
30 _S_msg_sig_post; _S_msg_sig_post_untraced;
31 _hurd_intr_rpc_mach_msg;
32 _hurdsig_fault_catch_exception_raise;
33 _hurdsig_fault_catch_exception_raise_state;
34 _hurdsig_fault_catch_exception_raise_state_identity;
36 # "quasi-internal" variables
38 _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock;
43 # "quasi-internal" functions
44 _hurd_canonicalize_directory_name_internal;
45 _hurd_critical_section_lock;
46 _hurd_critical_section_unlock;
47 _hurd_exception2signal;
55 _hurd_port_locked_get;
57 _hurd_thread_sigstate;
59 # functions in normal name space
62 file_name_lookup; file_name_lookup_under; file_name_path_lookup;
68 getauth; getcrdir; getcwdir; getcttyid; getdport; getproc; getumask;
73 hurd_file_name_lookup; hurd_file_name_lookup_retry;
74 hurd_file_name_path_lookup; hurd_file_name_split;
76 hurd_safe_copyin; hurd_safe_copyout;
77 hurd_safe_memmove; hurd_safe_memset;
79 hurd_thread_cancel; hurd_thread_self;
80 hurd_unpreempt_signals;
89 setauth; setcrdir; setcwdir; setproc; setcttyid;
98 # "quasi-internal" functions
109 directory_name_split;
112 hurd_directory_name_split;
115 # These always existed as inlines but the real functions were not exported.
119 # Same for these "quasi-internal" functions
123 # internal symbols used by other libraries (e.g. librt)
125 _hurdsig_interrupt_timeout;
126 _hurdsig_fault_preemptor; _hurdsig_fault_env;
129 # functions used in macros & inline functions
134 # weak refs to libthreads functions that libc calls iff libthreads in use
135 cthread_fork; cthread_detach;
137 # variables used for detecting cthreads
138 _cthread_exit_routine; _cthread_init_routine;
140 # cthreads functions with stubs in libc
141 cthread_keycreate; cthread_getspecific; cthread_setspecific;