summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-05-08 01:01:26 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-08 01:01:26 -0400
commit61dc9affb72f12a309e5ebb851da5724ac4c561a (patch)
tree7ae913fcf957f094177b81b135c63217b6afa951 /SConstruct
parent9f0b30b5cafbeb8409a1ebc285b3de3142d5df88 (diff)
downloadlighttpd-git-61dc9affb72f12a309e5ebb851da5724ac4c561a.tar.gz
[core] posix_spawn_file_actions_addclosefrom_np()
use posix_spawn_file_actions_addclosefrom_np() where available
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index a611c44c..fc171f28 100644
--- a/SConstruct
+++ b/SConstruct
@@ -432,6 +432,7 @@ if 1:
'pipe2',
'poll',
'posix_spawn',
+ 'posix_spawn_file_actions_addclosefrom_np',
'posix_spawn_file_actions_addfchdir_np',
'pread',
'preadv',