diff options
| author | Samuel Thibault <sthibault@debian.org> | 2008-09-21 16:25:11 +0000 |
|---|---|---|
| committer | Samuel Thibault <sthibault@debian.org> | 2008-09-21 16:25:11 +0000 |
| commit | 3c5bafc01ddafb13e96b8aa945696d68913ef917 (patch) | |
| tree | 427257378199d3509fe8321ece2b74489dbe5b17 /debian | |
| parent | 9fc83dc1460859d44ce9b214c2e02fdef5dd605e (diff) | |
refresh patch
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/patches/libpthread_tls.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/patches/libpthread_tls.patch b/debian/patches/libpthread_tls.patch index 8e01bb90..0ead8663 100644 --- a/debian/patches/libpthread_tls.patch +++ b/debian/patches/libpthread_tls.patch @@ -32,15 +32,16 @@ RCS file: /cvsroot/hurd/hurd/libpthread/pthread/pt-exit.c,v retrieving revision 1.2 --- libpthread/pthread/pt-exit.c 4 May 2005 16:04:06 -0000 1.2 +++ libpthread/pthread/pt-exit.c 12 Aug 2007 11:34:11 -0000 -@@ -70,6 +70,8 @@ +@@ -70,6 +70,9 @@ if (self->cancel_state == PTHREAD_CANCEL_ENABLE && self->cancel_pending) status = PTHREAD_CANCELED; + if (self->tcb) + _dl_deallocate_tls (self->tcb, 1); - __pthread_thread_dealloc (self); - ++ switch (self->state) + { + default: Index: libpthread/pthread/pt-internal.h =================================================================== RCS file: /cvsroot/hurd/hurd/libpthread/pthread/pt-internal.h,v |
