summaryrefslogtreecommitdiff
path: root/debian/patches/libpthread_cancel_init.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/libpthread_cancel_init.patch')
-rw-r--r--debian/patches/libpthread_cancel_init.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/patches/libpthread_cancel_init.patch b/debian/patches/libpthread_cancel_init.patch
index 94727286..36351c15 100644
--- a/debian/patches/libpthread_cancel_init.patch
+++ b/debian/patches/libpthread_cancel_init.patch
@@ -8,11 +8,13 @@ Date: Tue Oct 13 20:15:08 2009 +0200
portability to various compilation flags, use standard initializer for
struct __pthread_cancelation_handler __handler instead of old-gcc-style.
-diff --git a/sysdeps/generic/bits/cancelation.h b/sysdeps/generic/bits/cancelation.h
-index f446d59..db9169a 100644
+---
+ libpthread/sysdeps/generic/bits/cancelation.h | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
--- a/libpthread/sysdeps/generic/bits/cancelation.h
+++ b/libpthread/sysdeps/generic/bits/cancelation.h
-@@ -38,9 +38,9 @@ struct __pthread_cancelation_handler **__pthread_get_cleanup_stack (void);
+@@ -38,9 +38,9 @@ struct __pthread_cancelation_handler **_
= __pthread_get_cleanup_stack (); \
struct __pthread_cancelation_handler __handler = \
{ \