convert malloc use under libc-internal locks to use internal allocator
[musl] / src / ldso / dlerror.c
2020-11-11 Rich Felkerconvert malloc use under libc-internal locks to use...
2020-11-11 Rich Felkerdlerror: don't gratuitously hold freebuf_queue lock...
2019-02-15 Rich Felkerdefer free of thread-local dlerror buffers from inconsi...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkermove tlsdesc and internal dl function declarations...
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2016-01-25 Rich Felkermove static-linked stub invalid dso handle checking...
2016-01-25 Rich Felkerfactor dlerror and error-setting code out of dynlink.c