summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-25 02:36:06 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-25 02:36:06 +0100
commitfc80c27620b9bf7c4c182cf33c84380b4a82fa4c (patch)
tree7f8de469ffa1906f3dc5ee6a3d58ea20514c064d
parentc480346999384ed8102db8aae74762bd6c529b5e (diff)
parent261b514eb891377f3e3a6456a03a2b834e8116c0 (diff)
Merge branch 't/extern_inline' into refs/top-bases/tschwinge/Roger_Whittaker
Conflicts: 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)