summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2009-04-23 23:06:22 +0000
committerSamuel Thibault <sthibault@debian.org>2009-04-23 23:06:22 +0000
commitd4deb4b4daa17bdcfb9e1a8a9cdd1b3544532528 (patch)
treebd0301d078fd4468a6eb4cbf15493d16b813a7fe /debian
parent6b983da50fdb49faf789573225851e22d8a82192 (diff)
fix hurd-specific initialization
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/libpthread_fix.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/patches/libpthread_fix.patch b/debian/patches/libpthread_fix.patch
index c1bbd92b..cfd78d3f 100644
--- a/debian/patches/libpthread_fix.patch
+++ b/debian/patches/libpthread_fix.patch
@@ -43,7 +43,7 @@ index 973cde1..a9c3858 100644
--- /dev/null 2007-12-29 19:47:02.000000000 +0000
+++ libpthread/sysdeps/mach/hurd/pt-init-specific.c 2009-04-23 22:46:31.000000000 +0000
-@@ -0,0 +1,28 @@
+@@ -0,0 +1,29 @@
+/* __pthread_init_specific. Mach version.
+ Copyright (C) 2002, 2009 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
@@ -69,6 +69,7 @@ index 973cde1..a9c3858 100644
+error_t
+__pthread_init_specific (struct __pthread *thread)
+{
++ thread->thread_specifics = 0;
+ thread->have_kernel_resources = 0;
+ return 0;
+}