mirror of
git://git.musl-libc.org/musl
synced 2025-01-27 09:03:59 +00:00
ba18c1ecc6
the motivation for this change is twofold. first, it gets the fallback logic out of the dynamic linker, improving code readability and organization. second, it provides application code that wants to use the membarrier syscall, which depends on preregistration of intent before the process becomes multithreaded unless unbounded latency is acceptable, with a symbol that, when linked, ensures that this registration happens. |
||
---|---|---|
.. | ||
dlstart.c | ||
dynlink.c |