From 261b514eb891377f3e3a6456a03a2b834e8116c0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 8 Feb 2015 20:53:44 +0100 Subject: Also expose external inlines --- .topmsg | 5 +++++ hurd/Versions | 8 ++++++++ 2 files changed, 13 insertions(+) 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 { -- cgit v1.2.3