mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08: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>