*: tidy up usage of char **environ
This commit is contained in:
@ -67,6 +67,9 @@
|
||||
#include "shadow_.h"
|
||||
#endif
|
||||
|
||||
/* Some libc's don't declare it, help them */
|
||||
extern char **environ;
|
||||
|
||||
#if defined(__GLIBC__) && __GLIBC__ < 2
|
||||
int vdprintf(int d, const char *format, va_list ap);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user