···1-This patch adds a GNU ld version script entry for the `_hurd_sigstate_*'
2-functions that were introduced to support SA_SIGINFO. A similar patch
3-should be applied upstream soon.
4-5-diff --git a/hurd/Versions b/hurd/Versions
6-index 83c8ab1..295cfda 100644
7---- a/hurd/Versions
8-+++ b/hurd/Versions
9-@@ -156,6 +156,11 @@ libc {
10- # functions used in macros & inline functions
11- __errno_location;
12- }
13-+ GLIBC_2.13 {
14-+ # functions introduced for SA_SIGINFO support and referenced from
15-+ # <hurd/signal.h>
16-+ _hurd_sigstate_*;
17-+ }
18-19- %if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
20- HURD_CTHREADS_0.3 {