Merge "Add a dummy atexit(3) to the linker."

This commit is contained in:
Dan Albert
2014-09-24 17:27:37 +00:00
committed by Gerrit Code Review

View File

@@ -15,3 +15,7 @@
*/
#include "../libc/arch-common/bionic/__dso_handle.h"
int atexit(void (*function)(void) __attribute__((__unused__))) {
return -1;
}