1 2 3 4 5 6 7 8 9
/* XXX The implementation of dlopen should somehow use the __loadx system call but how? */ #include <dlfcn.h> int __libc_dlclose (void *handle) { return 0; }