This website requires JavaScript.
Explore
Help
Register
Sign In
semios
/
semi-libc
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
3
Wiki
Activity
Files
e63833cd43a778f639e4fdf5d86cd5c526cc5db2
semi-libc
/
src
/
env
T
History
Szabolcs Nagy
d86af2a080
fix #ifdef inside a macro argument list in __init_tls.c
...
C99 6.10.3p11 disallows such constructs so use an #ifdef outside of the argument list of __syscall
2014-08-13 17:07:44 +02: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
fix #ifdef inside a macro argument list in __init_tls.c
2014-08-13 17:07:44 +02:00
__libc_start_main.c
fix typo in a comment in __libc_start_main
2014-07-01 19:06:48 -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