Add RTLD_NODELETE flag support

Bug: 18186310
Bug: https://code.google.com/p/android/issues/detail?id=64069

(cherry picked from commit 1b20dafdbe)

Change-Id: Ic02eec22a7c322ece65eb40730a3404f611526b1
This commit is contained in:
Dmitriy Ivanov
2014-05-19 15:06:58 -07:00
parent 210ff1b27b
commit c87f65d2cd
8 changed files with 226 additions and 10 deletions

View File

@@ -64,6 +64,7 @@ enum {
RTLD_GLOBAL = 2,
#endif
RTLD_NOLOAD = 4,
RTLD_NODELETE = 0x01000,
};
#if defined (__LP64__)