From 61dc9affb72f12a309e5ebb851da5724ac4c561a Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 8 May 2023 01:01:26 -0400 Subject: [core] posix_spawn_file_actions_addclosefrom_np() use posix_spawn_file_actions_addclosefrom_np() where available --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 \ -- cgit v1.2.1