musl/src/env
Rich Felker 1dd6eee692 direct syscall to open in __init_security needs O_LARGEFILE
it probably does not matter for /dev/null, but this should be done
consistently anyway.
2012-06-14 23:58:40 -04:00
..
__environ.c bring back ___environ symbol (3 underscores) 2011-08-23 12:55:47 -04:00
__init_security.c direct syscall to open in __init_security needs O_LARGEFILE 2012-06-14 23:58:40 -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
__stack_chk_fail.c overhaul SSP support to use a real canary 2012-05-03 20:42:45 -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