From 78ba749bcb8e63cbe69b59831436d28562d27b88 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 12 Sep 2023 12:11:06 +0000 Subject: Add waitid() sysdep, and fuck OpenBSD Signed-off-by: Laurent Bercot --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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()' -- cgit v1.2.3