blob: 1ed3a8a90bd787f687c5b8d95eaceedff42fce3e [file] [log] [blame]
Mike Frysingerf2e27cf2009-11-06 06:09:22 -05001#include <string.h>
2void *_dlsym(const char *sym)
3{
4#include "static-syms.h"
5 return NULL;
6}