diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-12 13:16:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-12 13:16:08 +0000 |
commit | 09c9957582acb207a6c1518c94df6335c3a1d5d8 (patch) | |
tree | 7d6bd8d4bc472272e3af3f20254c447576d45457 /configure | |
parent | 87ede7c19b3d6da2c7236b289c91a5e03af1d2f2 (diff) | |
download | skalibs-09c9957582acb207a6c1518c94df6335c3a1d5d8.tar.gz skalibs-09c9957582acb207a6c1518c94df6335c3a1d5d8.tar.xz skalibs-09c9957582acb207a6c1518c94df6335c3a1d5d8.zip |
New sysdeps because Darwin is *also* a giant snowflake
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
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 |