blob: 1ed3a8a90bd787f687c5b8d95eaceedff42fce3e [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#include <string.h>
2void *_dlsym(const char *sym)
3{
4#include "static-syms.h"
5 return NULL;
6}