Merge "Add RTLD_NODELETE flag support"

This commit is contained in:
Dmitriy Ivanov
2014-10-02 21:47:29 +00:00
committed by Gerrit Code Review
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__)