musl/src/env
Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h
this mirrors the stdio_impl.h cleanup. one header which is not
strictly needed, errno.h, is left in pthread_impl.h, because since
pthread functions return their error codes rather than using errno,
nearly every single pthread function needs the errno constants.

in a few places, rather than bringing in string.h to use memset, the
memset was replaced by direct assignment. this seems to generate much
better code anyway, and makes many functions which were previously
non-leaf functions into leaf functions (possibly eliminating a great
deal of bloat on some platforms where non-leaf functions require ugly
prologue and/or epilogue).
2012-11-08 17:04:20 -05:00
..
__environ.c bring back ___environ symbol (3 underscores) 2011-08-23 12:55:47 -04:00
__init_security.c clean up and refactor program initialization 2012-10-07 21:43:46 -04:00
__init_tls.c clean up sloppy nested inclusion from pthread_impl.h 2012-11-08 17:04:20 -05: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 i386 vsyscall support (vdso-provided sysenter/syscall instruction based) 2012-10-11 22:47:07 -04:00
__stack_chk_fail.c fix unused variable warnings 2012-11-01 22:58:17 -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 as an extension, have putenv("VAR") behave as unsetenv("VAR") 2012-10-21 18:37:15 -04: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