3 # necessary for the Hurd brk implementation
6 # variables used in macros & inline functions
7 __hurd_threadvar_stack_mask; __hurd_threadvar_stack_offset;
9 # functions used in libmachuser and libhurduser
10 _S_catch_exception_raise;
11 _S_catch_exception_raise_state;
12 _S_catch_exception_raise_state_identity;
13 _S_msg_add_auth; _S_msg_del_auth;
14 _S_msg_describe_ports;
15 _S_msg_get_dtable; _S_msg_set_dtable;
16 _S_msg_get_env_variable; _S_msg_set_env_variable;
17 _S_msg_get_environment; _S_msg_set_environment;
18 _S_msg_get_fd; _S_msg_set_fd;
19 _S_msg_get_init_int; _S_msg_set_init_int;
20 _S_msg_get_init_ints; _S_msg_set_init_ints;
21 _S_msg_get_init_port; _S_msg_set_init_port;
22 _S_msg_get_init_ports; _S_msg_set_init_ports;
23 _S_msg_proc_newids; _S_msg_report_wait;
24 _S_msg_sig_post; _S_msg_sig_post_untraced;
25 _hurd_intr_rpc_mach_msg;
26 _hurdsig_fault_catch_exception_raise;
27 _hurdsig_fault_catch_exception_raise_state;
28 _hurdsig_fault_catch_exception_raise_state_identity;
30 # "quasi-internal" variables
32 _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock;
37 # "quasi-internal" functions
38 _hurd_canonicalize_directory_name_internal;
39 _hurd_critical_section_lock;
40 _hurd_critical_section_unlock;
41 _hurd_exception2signal;
49 _hurd_port_locked_get;
51 _hurd_thread_sigstate;
53 # functions in normal name space
56 file_name_lookup; file_name_lookup_under; file_name_path_lookup;
62 getauth; getcrdir; getcwdir; getcttyid; getdport; getproc; getumask;
67 hurd_file_name_lookup; hurd_file_name_lookup_retry;
68 hurd_file_name_path_lookup; hurd_file_name_split;
70 hurd_safe_copyin; hurd_safe_copyout;
71 hurd_safe_memmove; hurd_safe_memset;
73 hurd_thread_cancel; hurd_thread_self;
74 hurd_unpreempt_signals;
83 setauth; setcrdir; setcwdir; setproc; setcttyid;
92 # "quasi-internal" functions
103 directory_name_split;
106 hurd_directory_name_split;
109 # These always existed as inlines but the real functions were not exported.
113 # Same for these "quasi-internal" functions
117 # internal symbols used by other libraries (e.g. librt)
119 _hurdsig_interrupt_timeout;
120 _hurdsig_fault_preemptor; _hurdsig_fault_env;
123 # functions used in macros & inline functions
127 # "quasi-internal" functions
131 # These always existed as inlines but the real functions were not exported.
132 _hurd_fd_error_signal; _hurd_fd_error;
133 __hurd_dfail; __hurd_sockfail;
134 _hurd_port_locked_set;
135 __hurd_threadvar_location_from_sp;
136 __hurd_threadvar_location;
137 _hurd_userlink_link; _hurd_userlink_unlink; _hurd_userlink_clear;
141 # weak refs to libthreads functions that libc calls iff libthreads in use
142 __cthread_fork; __cthread_detach;
143 __pthread_getattr_np; __pthread_attr_getstack;
145 # variables used for detecting cthreads
146 _cthread_exit_routine; _cthread_init_routine;
148 # cthreads functions with stubs in libc
149 __cthread_keycreate; __cthread_getspecific; __cthread_setspecific;
153 # Used by other libs.
154 __lll_abstimed_wait; __lll_abstimed_xwait;
155 __lll_abstimed_lock; __lll_robust_lock;
156 __lll_robust_abstimed_lock; __lll_robust_trylock;