blob: 5ae9d6349485ff8591d900889892d8df8b271a71 [file] [log] [blame]
void *dlclose(void*);
void ap_os_dso_unload(void *handle)
{
dlclose(handle);
return; /* This return triggers the bug: Wierd */
}