summaryrefslogtreecommitdiff
path: root/external/libgpg-error/undeclared-environ-macOS.patch
blob: e22c89027d89f749609c3af7095b96085e60f6bd (plain)
1
2
3
4
5
6
7
8
9
10
11
+++ 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.  */
owing for flow controlNoel Grandin 2024-07-02BootstrapFixture: get rid of mxComponentContextXisco Fauli 2024-05-16loplugin:ostr in writerperfectNoel Grandin