being static allows it to be inlined in __libc_start_main; inlining should take place at all levels since the function is called exactly once. this further reduces mandatory startup code size for static binaries. |
||
|---|---|---|
| .. | ||
| __environ.c | ||
| __init_tls.c | ||
| __libc_start_main.c | ||
| __reset_tls.c | ||
| __stack_chk_fail.c | ||
| clearenv.c | ||
| getenv.c | ||
| putenv.c | ||
| setenv.c | ||
| unsetenv.c | ||