mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
The cosmo_dlsym() function now returns the raw function address. You need to call cosmo_dltramp() on the result, to make it safe to call. This change is important, because cosmo_dltramp() magic can't always work; for some tricky functions, you need to translate ABIs by hand. |
||
---|---|---|
.. | ||
BUILD.mk | ||
dlfcn.h | ||
dlopen.c | ||
foreign_tramp.S | ||
stubs.c |