am 4a6e7110: Merge "Add a dummy atexit(3) to the linker."
* commit '4a6e71100e9c99b90b517be5a8e1c21616772d16': Add a dummy atexit(3) to the linker.
This commit is contained in:
commit
8be25c646d
@ -15,3 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "../libc/arch-common/bionic/__dso_handle.h"
|
||||
|
||||
int atexit(void (*function)(void) __attribute__((__unused__))) {
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user