mirror of git://git.musl-libc.org/musl
remove unused #undef environ now that libc.h no longer #defines it
This commit is contained in:
parent
23ccb80fcb
commit
f78cdbe899
|
@ -1,6 +1,5 @@
|
|||
#include "libc.h"
|
||||
|
||||
#undef environ
|
||||
char **__environ = 0;
|
||||
weak_alias(__environ, ___environ);
|
||||
weak_alias(__environ, _environ);
|
||||
|
|
Loading…
Reference in New Issue