summary refs log tree commit diff stats
path: root/tools/detect/detect.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tools/detect/detect.nim')
-rw-r--r--tools/detect/detect.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/detect/detect.nim b/tools/detect/detect.nim
index ed1caf78c..fe233420b 100644
--- a/tools/detect/detect.nim
+++ b/tools/detect/detect.nim
@@ -618,6 +618,7 @@ v("MAP_POPULATE", no_other = true)
 
 header("<sys/resource.h>")
 v("RLIMIT_NOFILE")
+v("RLIMIT_STACK")
 
 header("<sys/select.h>")
 v("FD_SETSIZE")