commit | 4f7a7ad3fed2ea90d454ec9f3cabfffb0deda8c4 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Thu Oct 15 12:07:25 2015 -0700 |
committer | Dmitriy Ivanov <dimitry@google.com> | Thu Oct 22 18:26:07 2015 -0700 |
tree | d2c2196b7f765aa3699b33dbd94b40112af98aa4 | |
parent | cf1cbbe43293b05e564b9d044147efbcfbcc993e [diff] [blame] |
Implement Library Load Order Randomization Bug: http://b/24047022 Change-Id: I36e05b403bfbaae8542a95147f9114a8b9c8ac0e
diff --git a/linker/linker_libc_support.c b/linker/linker_libc_support.c index 4c49384..77a0252 100644 --- a/linker/linker_libc_support.c +++ b/linker/linker_libc_support.c
@@ -15,7 +15,9 @@ */ #include "../libc/arch-common/bionic/__dso_handle.h" +#include "../libc/arch-common/bionic/pthread_atfork.h" int atexit(void (*function)(void) __attribute__((__unused__))) { return -1; } +