From: Zen Dodd Date: Sun, 12 Jul 2026 03:11:43 +0000 (+1000) Subject: ci: fix no-AT_FDCWD compile check X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c9a12011e88eb30a3b23211cbb8fcc261030673;p=thirdparty%2Frsync.git ci: fix no-AT_FDCWD compile check --- diff --git a/syscall.c b/syscall.c index dfe9ed13..c7f12d2c 100644 --- a/syscall.c +++ b/syscall.c @@ -27,7 +27,9 @@ #undef AT_FDCWD #undef AT_SYMLINK_NOFOLLOW #undef HAVE_LINKAT +#undef HAVE_OPENAT2 #undef HAVE_UTIMENSAT +#undef O_RESOLVE_BENEATH #endif #if !defined MKNOD_CREATES_SOCKETS && defined HAVE_SYS_UN_H