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