Add RTLD_NODELETE flag support
Bug: https://code.google.com/p/android/issues/detail?id=64069 Change-Id: Ie5f90482feae86391172be4b32d6cb7d76f446fb
This commit is contained in:
@@ -64,6 +64,7 @@ enum {
|
||||
RTLD_GLOBAL = 2,
|
||||
#endif
|
||||
RTLD_NOLOAD = 4,
|
||||
RTLD_NODELETE = 0x01000,
|
||||
};
|
||||
|
||||
#if defined (__LP64__)
|
||||
|
||||
Reference in New Issue
Block a user