remove unused #undef environ now that libc.h no longer #defines it
This commit is contained in:
Vendored
-1
@@ -1,6 +1,5 @@
|
||||
#include "libc.h"
|
||||
|
||||
#undef environ
|
||||
char **__environ = 0;
|
||||
weak_alias(__environ, ___environ);
|
||||
weak_alias(__environ, _environ);
|
||||
|
||||
Reference in New Issue
Block a user