blob: 1ed3a8a90bd787f687c5b8d95eaceedff42fce3e [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#include <string.h>
2void *_dlsym(const char *sym)
3{
4#include "static-syms.h"
5 return NULL;
6}