summaryrefslogtreecommitdiff
path: root/debian/patches/libpthread_tls.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/libpthread_tls.patch')
-rw-r--r--debian/patches/libpthread_tls.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/libpthread_tls.patch b/debian/patches/libpthread_tls.patch
index f02f3978..088ed8ee 100644
--- a/debian/patches/libpthread_tls.patch
+++ b/debian/patches/libpthread_tls.patch
@@ -2,8 +2,8 @@
libpthread/pthread/pt-create.c | 7 ++++
libpthread/pthread/pt-exit.c | 3 ++
libpthread/pthread/pt-internal.h | 19 ++++++++++++
- libpthread/sysdeps/mach/hurd/i386/pt-machdep.c | 37 ++++++++++++++++++++++---
- libpthread/sysdeps/mach/hurd/i386/pt-setup.c | 7 +++-
+ libpthread/sysdeps/mach/hurd/ia32/pt-machdep.c | 37 ++++++++++++++++++++++---
+ libpthread/sysdeps/mach/hurd/ia32/pt-setup.c | 7 +++-
libpthread/sysdeps/mach/hurd/pt-docancel.c | 4 +-
libpthread/sysdeps/mach/hurd/pt-sysdep.h | 10 ++++--
libthreads/alpha/thread.c | 1
@@ -120,8 +120,8 @@
#endif /* pt-sysdep.h */
---- a/libpthread/sysdeps/mach/hurd/i386/pt-machdep.c
-+++ b/libpthread/sysdeps/mach/hurd/i386/pt-machdep.c
+--- a/libpthread/sysdeps/mach/hurd/ia32/pt-machdep.c
++++ b/libpthread/sysdeps/mach/hurd/ia32/pt-machdep.c
@@ -21,12 +21,28 @@
#include <mach.h>
@@ -185,8 +185,8 @@
(thread_state_t) &state,
i386_THREAD_STATE_COUNT);
if (err)
---- a/libpthread/sysdeps/mach/hurd/i386/pt-setup.c
-+++ b/libpthread/sysdeps/mach/hurd/i386/pt-setup.c
+--- a/libpthread/sysdeps/mach/hurd/ia32/pt-setup.c
++++ b/libpthread/sysdeps/mach/hurd/ia32/pt-setup.c
@@ -91,12 +91,15 @@ __pthread_setup (struct __pthread *threa
thread->mcontext.pc = entry_point;
thread->mcontext.sp = stack_setup (thread, start_routine, arg);