diff --git a/tcc.c b/tcc.c index 7c680f2..8278a56 100644 --- a/tcc.c +++ b/tcc.c @@ -976,6 +976,10 @@ void *dlopen(const char *filename, int flag) return NULL; } +void dlclose(void *p) +{ +} + const char *dlerror(void) { return "error";