remove unused #undef environ now that libc.h no longer #defines it

This commit is contained in:
Rich Felker 2013-02-17 14:30:19 -05:00
parent 23ccb80fcb
commit f78cdbe899
1 changed files with 0 additions and 1 deletions

1
src/env/__environ.c vendored
View File

@ -1,6 +1,5 @@
#include "libc.h"
#undef environ
char **__environ = 0;
weak_alias(__environ, ___environ);
weak_alias(__environ, _environ);