diff options
Diffstat (limited to 'hurd/Versions')
-rw-r--r-- | hurd/Versions | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/Versions b/hurd/Versions index ffd9b62fd8..f1045460d0 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -136,8 +136,12 @@ libc { hurd_directory_name_split; } GLIBC_2.2.5 { - # This always existed as an inline but the real function never exported. + # These always existed as inlines but the real functions were not exported. __hurd_fail; + __hurd_self_sigstate; + + # Same for these "quasi-internal" functions + _hurd_port_set; # internal symbols used by other libraries (e.g. librt) _hurd_raise_signal; |