patch-xpcom_threads_nsThread_cpp 378 B

12345678910
  1. --- mozilla-2.0.orig/xpcom/threads/nsThread.cpp 2011-03-19 00:34:14.000000000 +0100
  2. +++ mozilla-2.0/xpcom/threads/nsThread.cpp 2011-04-24 08:56:39.000000000 +0200
  3. @@ -52,7 +52,6 @@
  4. #if defined(XP_UNIX) && !defined(ANDROID) && !defined(DEBUG) && HAVE_UALARM \
  5. && defined(_GNU_SOURCE)
  6. -# define MOZ_CANARY
  7. # include <unistd.h>
  8. # include <execinfo.h>
  9. # include <signal.h>