Bug 1306828 - Unbreak build on BSDs after bug 1305360. r=jandem

MozReview-Commit-ID: Ji4HfcZ9Ui

--HG--
extra : transplant_source : %9A%1C%FE%3B%01om%92%16%8A%7B%20%D8%A2u.%B2%F7UG
This commit is contained in:
Jan Beich 2016-10-01 08:27:39 +00:00
parent 0c70afc0a3
commit 0e3c6a3bb5

View File

@ -11,7 +11,7 @@
#if defined(XP_WIN)
# include "jswin.h"
#elif defined(XP_LINUX)
#elif defined(XP_UNIX) && !defined(XP_DARWIN)
# include <signal.h>
# include <sys/types.h>
# include <unistd.h>
@ -210,7 +210,7 @@ MemoryProtectionExceptionHandler::uninstall()
}
}
#elif defined(XP_LINUX)
#elif defined(XP_UNIX) && !defined(XP_DARWIN)
static struct sigaction sPrevSEGVHandler = {};