musl/src/env
Rich Felker 3176b57e52 make __init_libc static for non-shared libc
being static allows it to be inlined in __libc_start_main; inlining
should take place at all levels since the function is called exactly
once. this further reduces mandatory startup code size for static
binaries.
2014-04-21 20:10:08 -04:00
..
__environ.c remove unused #undef environ now that libc.h no longer #defines it 2013-02-17 14:30:19 -05:00
__init_tls.c remove some cruft from libc/tls init code 2014-04-07 01:12:31 -04:00
__libc_start_main.c make __init_libc static for non-shared libc 2014-04-21 20:10:08 -04:00
__reset_tls.c add system for resetting TLS to initial values 2013-08-03 16:27:30 -04:00
__stack_chk_fail.c remove lazy ssp initialization 2014-03-25 19:12:45 -04:00
clearenv.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
getenv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
putenv.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
setenv.c remove errno setting from setenv, malloc sets it correctly on oom 2013-10-07 13:26:51 +00:00
unsetenv.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00