#if 0 #include #include "_dlfcn.h" char *dlerror(void) { extern char *__dlerror; return __dlerror; } /* XOPEN(500) */ #endif