summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 331f95d2..52fb4eab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1462,6 +1462,7 @@ AC_CHECK_FUNCS([\
pipe2 \
poll \
posix_spawn \
+ posix_spawn_file_actions_addclosefrom_np \
posix_spawn_file_actions_addfchdir_np \
pread \
pwrite \