1
0
Fork 0
libreoffice/external/libgpg-error/undeclared-environ-macOS.patch
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

11 lines
362 B
Diff

+++ src/spawn-posix.c 2024-06-21 10:44:49.676834437 +0200
+++ src/spawn-posix.c 2024-06-21 10:45:09.008841639 +0200
@@ -57,6 +57,8 @@
#include "gpgrt-int.h"
+/* (Only glibc's unistd.h declares this iff _GNU_SOURCE is used.) */
+extern char **environ;
/* Definition for the gpgrt_spawn_actions_t. Note that there is a
* different one for Windows. */