summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-08-01 02:07:13 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2010-08-01 02:07:13 +0200
commit202bed82e2d5829b0b81e383606cf21a43d8c87f (patch)
treea86f09d45d15265e22297048eeddf2e0a95a9396 /debian
parente54ae7d1bdfc689a0dc60438f7d3aa5cf68b4560 (diff)
Fix path in new Hurd 20090404 snapshot
Diffstat (limited to 'debian')
-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);