summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-08 20:53:44 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-08 20:53:44 +0100
commit261b514eb891377f3e3a6456a03a2b834e8116c0 (patch)
tree8b9476aa4086bb9bbb2ee8988a7c2360972fec97
parent25e93b53532bf856ad1f674e36117bbdcffba9a7 (diff)
Also expose external inlines
-rw-r--r--.topmsg5
-rw-r--r--hurd/Versions8
2 files changed, 13 insertions, 0 deletions
diff --git a/.topmsg b/.topmsg
index 62b293be5a..0f6804b5d8 100644
--- a/.topmsg
+++ b/.topmsg
@@ -27,3 +27,8 @@ _hurd_critical_section_unlock): Likewise.
_hurd_userlink_clear): Likewise.
* mach/spin-lock.c (__USE_EXTERN_INLINES): Define to 1.
+
+* hurd/Versions (libc: GLIBC_2.19): Add _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.
diff --git a/hurd/Versions b/hurd/Versions
index 83c8ab1826..7c71ce6183 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -156,6 +156,14 @@ libc {
# functions used in macros & inline functions
__errno_location;
}
+ 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)
HURD_CTHREADS_0.3 {