diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-24 17:38:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-24 17:38:50 +0200 |
commit | ce64829c0d165fe0f25c861117a359b05293ec51 (patch) | |
tree | 061aeb441560f6fdabd7447741affc5c2ed5073e /package/firefox/patches/patch-xpcom_threads_nsThread_cpp | |
parent | 7673017eb554fd206a8a2ffad61b5f0eb28f7c4e (diff) |
update to firefox4
Diffstat (limited to 'package/firefox/patches/patch-xpcom_threads_nsThread_cpp')
-rw-r--r-- | package/firefox/patches/patch-xpcom_threads_nsThread_cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/firefox/patches/patch-xpcom_threads_nsThread_cpp b/package/firefox/patches/patch-xpcom_threads_nsThread_cpp new file mode 100644 index 000000000..67ef28c26 --- /dev/null +++ b/package/firefox/patches/patch-xpcom_threads_nsThread_cpp @@ -0,0 +1,10 @@ +--- mozilla-2.0.orig/xpcom/threads/nsThread.cpp 2011-03-19 00:34:14.000000000 +0100 ++++ mozilla-2.0/xpcom/threads/nsThread.cpp 2011-04-24 08:56:39.000000000 +0200 +@@ -52,7 +52,6 @@ + + #if defined(XP_UNIX) && !defined(ANDROID) && !defined(DEBUG) && HAVE_UALARM \ + && defined(_GNU_SOURCE) +-# define MOZ_CANARY + # include <unistd.h> + # include <execinfo.h> + # include <signal.h> |