summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-12 12:11:06 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-12 12:11:06 +0000
commit78ba749bcb8e63cbe69b59831436d28562d27b88 (patch)
tree48aebac55eb58b941311591dd190d04dd3e29dfc /configure
parent32544468e5db6a2635b6c0f9e261a288fe7179e9 (diff)
downloadskalibs-78ba749bcb8e63cbe69b59831436d28562d27b88.tar.xz
Add waitid() sysdep, and fuck OpenBSD
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a04de8f..12e76fe 100755
--- a/configure
+++ b/configure
@@ -630,6 +630,7 @@ choose cl splice 'splice()'
choose cl strcasestr 'strcasestr()'
choose c strnlen 'strnlen()'
choose c uint64t 'uint64_t'
+choose cl waitid 'waitid()'
choose cl futimens 'futimens()'
choose cl futimes 'futimes()'
choose cl arc4random 'arc4random()'