libc: stub __cxa_atexit
This commit is contained in:
parent
f40f8b7197
commit
09c407235e
@ -21,3 +21,8 @@ void * dlsym(void * handle, const char * symbol) {
|
||||
char * dlerror(void) {
|
||||
return error;
|
||||
}
|
||||
|
||||
int __cxa_atexit(void (*fn)(void *), void * arg, void *d) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user