mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-09 06:44:22 +03:00
![Rich Felker](/assets/img/avatar_default.png)
reportedly the GNU linker can emit such segments, causing spurious failure to load due to mmap with a length of zero producing EINVAL. no action is required for such a load map (it's effectively a nop in the program headers table) so just treat it as always successful.