summaryrefslogtreecommitdiff
path: root/security/trousers/files/patch-src-include-threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/trousers/files/patch-src-include-threads.h')
-rw-r--r--security/trousers/files/patch-src-include-threads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/trousers/files/patch-src-include-threads.h b/security/trousers/files/patch-src-include-threads.h
index d0c40e55e9e7..f0949695be3a 100644
--- a/security/trousers/files/patch-src-include-threads.h
+++ b/security/trousers/files/patch-src-include-threads.h
@@ -1,5 +1,5 @@
---- src/include/threads.h.orig 2010-05-03 11:54:15.000000000 +0900
-+++ src/include/threads.h 2010-10-24 21:04:04.828558009 +0900
+--- src/include/threads.h.orig 2014-04-24 18:05:44 UTC
++++ src/include/threads.h
@@ -31,7 +31,7 @@
#define COND_SIGNAL(c) pthread_cond_signal(c)