summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-10 20:49:27 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-10 20:49:27 +0000
commit427836f3b97fc8b2b489f25463e1d8f8ef812b5d (patch)
tree917ebf806aae63c3657cd10ead86c65eaced992b /debian
parenta0e99674056628815f1facb68f7a3f7020395785 (diff)
hurd: Fix build
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/hurd-i386/local-atfork-link.diff8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/patches/hurd-i386/local-atfork-link.diff b/debian/patches/hurd-i386/local-atfork-link.diff
index 1d42dcec..7836dbec 100644
--- a/debian/patches/hurd-i386/local-atfork-link.diff
+++ b/debian/patches/hurd-i386/local-atfork-link.diff
@@ -4,6 +4,14 @@ Index: glibc-2.30/sysdeps/mach/hurd/htl/pt-sysdep.c
===================================================================
--- glibc-2.30.orig/sysdeps/mach/hurd/htl/pt-sysdep.c
+++ glibc-2.30/sysdeps/mach/hurd/htl/pt-sysdep.c
+@@ -25,6 +25,7 @@ _init_routine (void *stack)
+
+ #include <pt-internal.h>
+ #include <pthreadP.h>
++#include <dso_handle.h>
+
+ __thread struct __pthread *___pthread_self;
+
@@ -86,7 +86,7 @@ _init_routine (void *stack)
when we return from here) shouldn't be seen as a user thread. */
__pthread_total--;