mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-25 06:34:31 +03:00
remove unused #undef environ now that libc.h no longer #defines it
This commit is contained in:
parent
23ccb80fcb
commit
f78cdbe899
1
src/env/__environ.c
vendored
1
src/env/__environ.c
vendored
@ -1,6 +1,5 @@
|
||||
#include "libc.h"
|
||||
|
||||
#undef environ
|
||||
char **__environ = 0;
|
||||
weak_alias(__environ, ___environ);
|
||||
weak_alias(__environ, _environ);
|
||||
|
Loading…
x
Reference in New Issue
Block a user