summaryrefslogtreecommitdiff
path: root/hurd/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/Versions')
-rw-r--r--hurd/Versions7
1 files changed, 7 insertions, 0 deletions
diff --git a/hurd/Versions b/hurd/Versions
index 74df5298a6..691c6df47c 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -159,6 +159,13 @@ libc {
_hurd_sigstate_pending;
_hurd_sigstate_unlock;
_hurd_sigstate_delete;
+ GLIBC_2.19 {
+ # These always existed as inlines but the real functions were not exported.
+ _hurd_fd_error_signal; _hurd_fd_error;
+ __hurd_dfail; __hurd_sockfail;
+ __hurd_threadvar_location_from_sp;
+ __hurd_threadvar_location;
+ _hurd_userlink_link; _hurd_userlink_unlink; _hurd_userlink_clear;
}
%if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)