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;
18 _hurd_init; _hurd_proc_init;
20 _hurd_canonicalize_directory_name_internal;
23 # XXX ought to exist on all platforms
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;
33 _hurd_thread_sigstate; _hurd_msgport;
34 _hurd_exception2signal;
44 # Internal functions referenced by libmachuser and libhurduser.
45 _S_catch_exception_raise;
46 _S_msg_add_auth; _S_msg_del_auth;
47 _S_msg_describe_ports;
48 _S_msg_get_dtable; _S_msg_set_dtable;
49 _S_msg_get_env_variable; _S_msg_set_env_variable;
50 _S_msg_get_environment; _S_msg_set_environment;
51 _S_msg_get_fd; _S_msg_set_fd;
52 _S_msg_get_init_int; _S_msg_set_init_int;
53 _S_msg_get_init_ints; _S_msg_set_init_ints;
54 _S_msg_get_init_port; _S_msg_set_init_port;
55 _S_msg_get_init_ports; _S_msg_set_init_ports;
56 _S_msg_proc_newids; _S_msg_report_wait;
57 _S_msg_sig_post; _S_msg_sig_post_untraced;
58 _hurd_intr_rpc_mach_msg; _hurdsig_fault_catch_exception_raise;