Versions 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. libc {
  2. GLIBC_2.0 {
  3. # functions used in libmachuser and libhurduser
  4. _S_catch_exception_raise;
  5. _S_catch_exception_raise_state;
  6. _S_catch_exception_raise_state_identity;
  7. _S_msg_add_auth; _S_msg_del_auth;
  8. _S_msg_describe_ports;
  9. _S_msg_get_dtable; _S_msg_set_dtable;
  10. _S_msg_get_env_variable; _S_msg_set_env_variable;
  11. _S_msg_get_environment; _S_msg_set_environment;
  12. _S_msg_get_fd; _S_msg_set_fd;
  13. _S_msg_get_init_int; _S_msg_set_init_int;
  14. _S_msg_get_init_ints; _S_msg_set_init_ints;
  15. _S_msg_get_init_port; _S_msg_set_init_port;
  16. _S_msg_get_init_ports; _S_msg_set_init_ports;
  17. _S_msg_proc_newids; _S_msg_report_wait;
  18. _S_msg_sig_post; _S_msg_sig_post_untraced;
  19. _hurd_intr_rpc_mach_msg;
  20. _hurdsig_fault_catch_exception_raise;
  21. _hurdsig_fault_catch_exception_raise_state;
  22. _hurdsig_fault_catch_exception_raise_state_identity;
  23. # "quasi-internal" variables
  24. _hurd_device_master;
  25. _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock;
  26. _hurd_host_priv;
  27. _hurd_msgport;
  28. _hurd_ports;
  29. # "quasi-internal" functions
  30. _hurd_canonicalize_directory_name_internal;
  31. _hurd_critical_section_lock;
  32. _hurd_critical_section_unlock;
  33. _hurd_exception2signal;
  34. _hurd_exec;
  35. _hurd_fd_get;
  36. _hurd_init;
  37. _hurd_intern_fd;
  38. _hurd_port_cleanup;
  39. _hurd_port_free;
  40. _hurd_port_get;
  41. _hurd_port_locked_get;
  42. _hurd_ports_use;
  43. _hurd_thread_sigstate;
  44. # functions in normal name space
  45. # f*
  46. file_name_lookup; file_name_lookup_under; file_name_path_lookup;
  47. file_name_split;
  48. fopenport;
  49. # g*
  50. get_privileged_ports;
  51. getauth; getcrdir; getcwdir; getcttyid; getdport; getproc; getumask;
  52. # h*
  53. hurd_catch_signal;
  54. hurd_check_cancel;
  55. hurd_file_name_lookup; hurd_file_name_lookup_retry;
  56. hurd_file_name_path_lookup; hurd_file_name_split;
  57. hurd_preempt_signals;
  58. hurd_safe_copyin; hurd_safe_copyout;
  59. hurd_safe_memmove; hurd_safe_memset;
  60. hurd_sig_post;
  61. hurd_thread_cancel; hurd_thread_self;
  62. hurd_unpreempt_signals;
  63. # o*
  64. openport;
  65. # p*
  66. pid2task;
  67. # s*
  68. setauth; setcrdir; setcwdir; setproc; setcttyid;
  69. # t*
  70. task2pid;
  71. # v*
  72. vpprintf;
  73. }
  74. GLIBC_2.1 {
  75. # "quasi-internal" functions
  76. _hurd_proc_init;
  77. # g*
  78. geteuids;
  79. # s*
  80. seteuids;
  81. }
  82. GLIBC_2.1.3 {
  83. # d*
  84. directory_name_split;
  85. # h*
  86. hurd_directory_name_split;
  87. }
  88. GLIBC_2.2.5 {
  89. # These always existed as inlines but the real functions were not exported.
  90. __hurd_fail;
  91. _hurd_self_sigstate;
  92. # Same for these "quasi-internal" functions
  93. _hurd_port_init;
  94. _hurd_port_set;
  95. # internal symbols used by other libraries (e.g. librt)
  96. _hurd_raise_signal;
  97. _hurdsig_interrupt_timeout;
  98. _hurdsig_fault_preemptor; _hurdsig_fault_env;
  99. }
  100. GLIBC_2.2.6 {
  101. # functions used in macros & inline functions
  102. __errno_location;
  103. }
  104. GLIBC_2.26 {
  105. # "quasi-internal" functions
  106. _hurd_exec_paths;
  107. }
  108. GLIBC_2.27 {
  109. # These always existed as inlines but the real functions were not exported.
  110. _hurd_fd_error_signal; _hurd_fd_error;
  111. __hurd_dfail; __hurd_sockfail;
  112. _hurd_port_locked_set;
  113. _hurd_userlink_link; _hurd_userlink_unlink; _hurd_userlink_clear;
  114. }
  115. GLIBC_2.29 {
  116. # "quasi-internal" functions
  117. _hurd_port_move;
  118. }
  119. GLIBC_2.34 {
  120. # "quasi-internal" functions
  121. _hurd_libc_proc_init;
  122. }
  123. HURD_CTHREADS_0.3 {
  124. # weak refs to libthreads functions that libc calls iff libthreads in use
  125. __pthread_create; __pthread_detach;
  126. __pthread_getattr_np; __pthread_attr_getstack;
  127. }
  128. GLIBC_PRIVATE {
  129. # Used by other libs.
  130. __lll_abstimed_wait; __lll_abstimed_wait_intr; __lll_abstimed_xwait;
  131. __lll_abstimed_lock; __lll_robust_lock;
  132. __lll_robust_abstimed_lock; __lll_robust_trylock;
  133. __lll_robust_unlock;
  134. __libc_open; __libc_close;
  135. # Used by libpthread.
  136. __hurd_thread_self;
  137. _hurd_sigstate_set_global_rcv;
  138. _hurd_sigstate_lock;
  139. _hurd_sigstate_pending;
  140. _hurd_sigstate_unlock;
  141. _hurd_sigstate_delete;
  142. }
  143. }