diff options
| -rw-r--r-- | tcc.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -976,6 +976,10 @@ void *dlopen(const char *filename, int flag) return NULL; } +void dlclose(void *p) +{ +} + const char *dlerror(void) { return "error"; |
![]() |
index : tinycc | |
| Tiny C Compiler by Fabrice Bellard Git mirror of the final release by Bellard, discarding all changes after. The repository at https://repo.or.cz/tinycc.git has become untrustworthy. Also the tcc sources have become tainted with AI slop. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | tcc.c | 4 |
@@ -976,6 +976,10 @@ void *dlopen(const char *filename, int flag) return NULL; } +void dlclose(void *p) +{ +} + const char *dlerror(void) { return "error"; |