Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gnulib-local / lib / execute.c.diff
1 diff --git a/execute.c b/execute.c
2 index 15a487b..489abf5 100644
3 --- a/execute.c
4 +++ b/execute.c
5 @@ -48,6 +48,13 @@
6  
7  #endif
8  
9 +/* environ is the exported symbol referencing the internal
10 +   __cygwin_environ variable on cygwin64:
11 +   <https://cygwin.com/ml/cygwin/2013-06/msg00228.html>.  */
12 +#if defined __CYGWIN__ && defined __x86_64__
13 +extern DLL_VARIABLE char **environ;
14 +#endif
15 +
16  
17  #if defined EINTR && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)
18