Ticket #18090: patch-posixmodule.c.diff

File patch-posixmodule.c.diff, 405 bytes (added by skymoo (Adam Mercer), 16 years ago)

patch to Modules/posicmodule.c

  • Modules/posixmodule.c

    old new  
    344344** environ directly, we must obtain it with _NSGetEnviron().
    345345*/
    346346#include <crt_externs.h>
    347 static char **environ;
     347char **environ;
    348348#elif !defined(_MSC_VER) && ( !defined(__WATCOMC__) || defined(__QNX__) )
    349349extern char **environ;
    350350#endif /* !_MSC_VER */