···11-This patch adds a GNU ld version script entry for the `_hurd_sigstate_*'
22-functions that were introduced to support SA_SIGINFO. A similar patch
33-should be applied upstream soon.
44-55-diff --git a/hurd/Versions b/hurd/Versions
66-index 83c8ab1..295cfda 100644
77---- a/hurd/Versions
88-+++ b/hurd/Versions
99-@@ -156,6 +156,11 @@ libc {
1010- # functions used in macros & inline functions
1111- __errno_location;
1212- }
1313-+ GLIBC_2.13 {
1414-+ # functions introduced for SA_SIGINFO support and referenced from
1515-+ # <hurd/signal.h>
1616-+ _hurd_sigstate_*;
1717-+ }
1818-1919- %if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
2020- HURD_CTHREADS_0.3 {