summaryrefslogtreecommitdiff
path: root/debian/patches/libpthread_kill_0.patch
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-11-14 05:35:01 +0000
committerGuillem Jover <guillem@debian.org>2009-11-14 05:35:01 +0000
commit867354fd65cf4a37683c4adaf8bfcefffd41aeb0 (patch)
tree2d0aa13167c1bc9f92ed45a78b4da0634d8fc935 /debian/patches/libpthread_kill_0.patch
parentee34d4fc3a4122bee28379dbcf9dd8e1b05f7a3b (diff)
Refresh patches with -pab to allow migration to source format 3.0 (quilt)
Diffstat (limited to 'debian/patches/libpthread_kill_0.patch')
-rw-r--r--debian/patches/libpthread_kill_0.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/patches/libpthread_kill_0.patch b/debian/patches/libpthread_kill_0.patch
index c0523bb6..4aa307dc 100644
--- a/debian/patches/libpthread_kill_0.patch
+++ b/debian/patches/libpthread_kill_0.patch
@@ -7,8 +7,10 @@ Date: Sun Oct 18 00:24:19 2009 +0200
* sysdeps/hurd/pt-kill.c (pthread_kill): Return immediately after checks
without calling _hurd_raise_signal if sig is 0.
-diff --git a/sysdeps/hurd/pt-kill.c b/sysdeps/hurd/pt-kill.c
-index f970e06..d204e3f 100644
+---
+ libpthread/sysdeps/hurd/pt-kill.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
--- a/libpthread/sysdeps/hurd/pt-kill.c
+++ b/libpthread/sysdeps/hurd/pt-kill.c
@@ -39,6 +39,9 @@ pthread_kill (pthread_t thread, int sig)