mirror of https://git.musl-libc.org/git/musl
Browse Source
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.master
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue