1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

* hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,

_hurd_port_init, and __hurd_self_sigstate.
This commit is contained in:
Roland McGrath
2001-12-22 20:52:21 +00:00
parent 4313404080
commit a5eb7027b9
2 changed files with 5 additions and 3 deletions

View File

@@ -138,9 +138,10 @@ libc {
GLIBC_2.2.5 {
# These always existed as inlines but the real functions were not exported.
__hurd_fail;
__hurd_self_sigstate;
_hurd_self_sigstate;
# Same for these "quasi-internal" functions
_hurd_port_init;
_hurd_port_set;
# internal symbols used by other libraries (e.g. librt)