Ticket #18090: patch-posixmodule.c.diff
File patch-posixmodule.c.diff, 405 bytes (added by skymoo (Adam Mercer), 16 years ago) |
---|
-
Modules/posixmodule.c
old new 344 344 ** environ directly, we must obtain it with _NSGetEnviron(). 345 345 */ 346 346 #include <crt_externs.h> 347 staticchar **environ;347 char **environ; 348 348 #elif !defined(_MSC_VER) && ( !defined(__WATCOMC__) || defined(__QNX__) ) 349 349 extern char **environ; 350 350 #endif /* !_MSC_VER */