diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/patches/libpthread_fix.patch | 3 |
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; +} |
