Skip to content
Snippets Groups Projects
Commit aaf49002 authored by Avi Kivity's avatar Avi Kivity
Browse files

runtime: define environ

parent 8e38e5ee
No related branches found
No related tags found
No related merge requests found
...@@ -653,5 +653,8 @@ UNIMPL(int wcscmp(const wchar_t *s1, const wchar_t *s2)) ...@@ -653,5 +653,8 @@ UNIMPL(int wcscmp(const wchar_t *s1, const wchar_t *s2))
long timezone; long timezone;
char* __environ_array[1];
char** environ = __environ_array;
#undef errno #undef errno
int __thread errno; int __thread errno;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment