mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-27 05:21:10 +03:00
This makes it more likely that the compiler can compute the strlen argument in _startup_fatal at compile time, which is required to avoid a dependency on strlen this early during process startup. Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>