From 202bed82e2d5829b0b81e383606cf21a43d8c87f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 1 Aug 2010 02:07:13 +0200 Subject: Fix path in new Hurd 20090404 snapshot --- debian/patches/libpthread_tls.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'debian') 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 @@ -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); -- cgit v1.2.3