summaryrefslogtreecommitdiffstats
path: root/tc/static-syms.c
blob: 1ed3a8a90bd787f687c5b8d95eaceedff42fce3e (plain)
1
2
3
4
5
6
#include <string.h>
void *_dlsym(const char *sym)
{
#include "static-syms.h"
	return NULL;
}