From dffca928fbc94dd738c8a118eb64e0889441c077 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 1 Jul 2025 08:59:54 +0900 Subject: spawn: Define _GPGRT_NEED_AFLOCAL for OS without AF_LOCAL. * src/spawn-posix.c (_GPGRT_NEED_AFLOCAL): Add. -- Signed-off-by: NIIBE Yutaka --- src/spawn-posix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spawn-posix.c b/src/spawn-posix.c index 8b6f8ad..8cdd032 100644 --- a/src/spawn-posix.c +++ b/src/spawn-posix.c @@ -55,6 +55,7 @@ # include #endif +#define _GPGRT_NEED_AFLOCAL 1 #include "gpgrt-int.h" /* Definition for the gpgrt_spawn_actions_t. Note that there is a -- cgit v1.2.3