/* XXX The implementation of dlopen should somehow use the __loadx system call but how? */ #include void * __libc_dlsym (void *handle, const char *name) { return (void *) 0; }