diff options
Diffstat (limited to 'toolkit/xre/nsSigHandlers.cpp')
-rw-r--r-- | toolkit/xre/nsSigHandlers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/xre/nsSigHandlers.cpp b/toolkit/xre/nsSigHandlers.cpp index a3a366f952..660af4522b 100644 --- a/toolkit/xre/nsSigHandlers.cpp +++ b/toolkit/xre/nsSigHandlers.cpp @@ -32,7 +32,7 @@ #endif #endif -#if defined(XP_SOLARIS) +#ifdef XP_SOLARIS #include <sys/resource.h> #include <ucontext.h> #endif @@ -286,7 +286,7 @@ void InstallSignalHandlers(const char *aProgname) } #endif -#if defined(XP_SOLARIS) +#ifdef XP_SOLARIS #define NOFILES 512 // Boost Solaris file descriptors |