From 09c9957582acb207a6c1518c94df6335c3a1d5d8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 12 Sep 2023 13:16:08 +0000 Subject: New sysdeps because Darwin is *also* a giant snowflake Signed-off-by: Laurent Bercot --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 12e76fe..f77d089 100755 --- a/configure +++ b/configure @@ -627,6 +627,8 @@ choose cl setgroups 'setgroups()' choose cl settimeofday 'settimeofday()' choose cl signalfd 'signalfd()' choose cl splice 'splice()' +choose c statim 'st.st_atim' +choose c statimespec 'st.st_atimespec' choose cl strcasestr 'strcasestr()' choose c strnlen 'strnlen()' choose c uint64t 'uint64_t' @@ -649,7 +651,7 @@ choose cl posixspawnchdirnp 'posix_spawn_file_actions_addchdir_np()' $spawn_lib # Here are the evil irreducible run-time sysdeps. choose clr devurandom '/dev/urandom' -choose clr posixspawnearlyreturn 'posix_spawn() incorrectly returning early' $spawn_lib +choose clr posixspawnearlyreturn 'posix_spawn() return early' $spawn_lib # Finally, produce config.mak and config.h -- cgit v1.3.1