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