mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
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:
parent
0c70afc0a3
commit
0e3c6a3bb5
@ -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 = {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user