diff options
Diffstat (limited to 'src/grt/config')
-rw-r--r-- | src/grt/config/linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/config/linux.c b/src/grt/config/linux.c index dd2a9d8..43139b8 100644 --- a/src/grt/config/linux.c +++ b/src/grt/config/linux.c @@ -44,7 +44,7 @@ #define EXTEND_STACK 1 #define STACK_SIGNAL SIGSEGV #endif -#ifdef __FreeBSD__ +#if defined (__FreeBSD__) || defined (__DragonFly__) /* If set, SIGSEGV is caught in order to automatically grow the stacks. */ #define EXTEND_STACK 1 #define STACK_SIGNAL SIGSEGV |