1 #include <string.h> _dlsym(const char * sym)2 void *_dlsym(const char *sym) 3 { 4 #include "static-syms.h" 5 return NULL; 6 } 7