You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 484194dbf4 fix stack protector crashes on x32 & powerpc due to misplaced TLS canary 11 years ago
..
__environ.c remove unused #undef environ now that libc.h no longer #defines it 13 years ago
__init_tls.c fix misalignment of dtv in static-linked programs with odd-sized TLS 11 years ago
__libc_start_main.c fix inconsistent visibility for __hwcap and __sysinfo symbols 11 years ago
__reset_tls.c remove useless visibility application from static-linking-only code 11 years ago
__stack_chk_fail.c fix stack protector crashes on x32 & powerpc due to misplaced TLS canary 11 years ago
clearenv.c include cleanups: remove unused headers and add feature test macros 13 years ago
getenv.c initial check-in, version 0.5.0 15 years ago
putenv.c include cleanups: remove unused headers and add feature test macros 13 years ago
setenv.c remove errno setting from setenv, malloc sets it correctly on oom 13 years ago
unsetenv.c include cleanups: remove unused headers and add feature test macros 13 years ago