diff options
Diffstat (limited to 'src/stdlib/_stdlib.h')
-rw-r--r-- | src/stdlib/_stdlib.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/stdlib/_stdlib.h b/src/stdlib/_stdlib.h index 27054543..7edb9d98 100644 --- a/src/stdlib/_stdlib.h +++ b/src/stdlib/_stdlib.h @@ -48,16 +48,14 @@ struct __stdlib { } atexit, at_quick_exit; enum { REGULAR = 1, QUICK } exit_called; unsigned int rand; - char **environ; constraint_handler_t constraint_handler; + char **environ; }; extern struct __stdlib __stdlib; #ifdef _POSIX_SOURCE extern char **environ; -#else -#define environ __stdlib.environ #endif /* |