aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/config/linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/config/linux.c')
-rw-r--r--src/grt/config/linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/config/linux.c b/src/grt/config/linux.c
index dd2a9d8ab..43139b8db 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