mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-06 23:02:10 +03:00
34952fe5de
this change lifts undocumented restrictions on calls by replacement mallocs to libc functions that might take these locks, and sets the stage for lifting restrictions on the child execution environment after multithreaded fork. care is taken to #define macros to replace all four functions (malloc, calloc, realloc, free) even if not all of them will be used, using an undefined symbol name for the ones intended not to be used so that any inadvertent future use will be caught at compile time rather than directed to the wrong implementation. |
||
---|---|---|
.. | ||
dlstart.c | ||
dynlink.c |