LibC: Cleanup and fix missing LibC headers

This commit is contained in:
2024-08-28 17:07:58 +03:00
parent d559339f5f
commit 57300687ff
4 changed files with 161 additions and 95 deletions

View File

@@ -12,6 +12,9 @@ __BEGIN_DECLS
#define RTLD_GLOBAL 3
#define RTLD_LOCAL 4
#define RTLD_NEXT ((void*)-1)
#define RTLD_DEFAULT ((void*) 0)
int dlclose(void* handle);
char* dlerror(void);
void* dlopen(const char* file, int mode);