diff options
author | NIIBE Yutaka <[email protected]> | 2025-06-30 23:59:54 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2025-06-30 23:59:54 +0000 |
commit | dffca928fbc94dd738c8a118eb64e0889441c077 (patch) | |
tree | d522d102372166d8ffbe760c5938fc42a4c8fe46 | |
parent | po: Update Japanese Translation. (diff) | |
download | libgpg-error-dffca928fbc94dd738c8a118eb64e0889441c077.tar.gz libgpg-error-dffca928fbc94dd738c8a118eb64e0889441c077.zip |
spawn: Define _GPGRT_NEED_AFLOCAL for OS without AF_LOCAL.
* src/spawn-posix.c (_GPGRT_NEED_AFLOCAL): Add.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | src/spawn-posix.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sys/stat.h> #endif +#define _GPGRT_NEED_AFLOCAL 1 #include "gpgrt-int.h" /* Definition for the gpgrt_spawn_actions_t. Note that there is a |