musl/src/env
Rich Felker 291666a14a bring back ___environ symbol (3 underscores)
its existence doesn't hurt anything, and dynamic-linked binaries using
previous versions of musl were wrongly binding to it instead of
__environ.
2011-08-23 12:55:47 -04:00
..
__environ.c bring back ___environ symbol (3 underscores) 2011-08-23 12:55:47 -04:00
__init_security.c security hardening: ensure suid programs have valid stdin/out/err 2011-08-23 09:37:39 -04:00
__libc_csu_fini.c add startup abi functions, dummy for now. eventually needed for c++ support. 2011-04-06 16:40:19 -04:00
__libc_csu_init.c add startup abi functions, dummy for now. eventually needed for c++ support. 2011-04-06 16:40:19 -04:00
__libc_start_main.c security hardening: ensure suid programs have valid stdin/out/err 2011-08-23 09:37:39 -04:00
clearenv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getenv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
putenv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
setenv.c fix for setenv bogus var argument handling 2011-07-28 20:43:40 -04:00
unsetenv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00