From 9c2d69ac931e41fd22011dfd9382ce3c4d378acc Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Tue, 24 Feb 2026 10:19:30 +0300 Subject: [PATCH] check for openat2 Gbp-Pq: Name check-for-openat2.patch --- lib/replace/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/replace/wscript b/lib/replace/wscript index c1813897..6d94fb03 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -423,6 +423,7 @@ def configure(conf): conf.CHECK_FUNCS('asprintf vasprintf setenv unsetenv strnlen strtoull __strtoull') conf.CHECK_FUNCS('strtouq strtoll __strtoll strtoq memalign posix_memalign') conf.CHECK_FUNCS('fmemopen renameat2') + conf.CHECK_FUNCS('openat2') if conf.CONFIG_SET('HAVE_MEMALIGN'): conf.CHECK_DECLS('memalign', headers='malloc.h') -- 2.30.2