Revert "Add RTLD_NODELETE flag support"

This reverts commit c87f65d2cd.

Bug: 18222321
Bug: 18211780
Change-Id: I00252e26a28a41ab9f1e2dd3b32f0f80d86297f1
This commit is contained in:
Dmitriy Ivanov
2014-11-03 22:08:31 -08:00
parent 00dce52553
commit 69c5d108a5
8 changed files with 10 additions and 226 deletions

View File

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