27af90c8a6
XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment. This package tracks 17.0.x extended support release.
20 lines
743 B
Text
20 lines
743 B
Text
$NetBSD: patch-aj,v 1.1 2013/01/10 16:17:10 ryoon Exp $
|
|
|
|
--- profile/dirserviceprovider/src/nsProfileLock.cpp.orig 2012-08-24 22:56:00.000000000 +0000
|
|
+++ profile/dirserviceprovider/src/nsProfileLock.cpp
|
|
@@ -391,6 +391,7 @@ nsresult nsProfileLock::LockWithSymlink(
|
|
#endif
|
|
sigfillset(&act.sa_mask);
|
|
|
|
+#ifndef DEBUG
|
|
#define CATCH_SIGNAL(signame) \
|
|
PR_BEGIN_MACRO \
|
|
if (sigaction(signame, NULL, &oldact) == 0 && \
|
|
@@ -409,6 +410,7 @@ PR_BEGIN_MACRO
|
|
CATCH_SIGNAL(SIGTERM);
|
|
|
|
#undef CATCH_SIGNAL
|
|
+#endif
|
|
}
|
|
}
|
|
}
|