diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2014-11-03 22:08:31 -0800 |
---|---|---|
committer | Dmitriy Ivanov <dimitry@google.com> | 2014-11-03 22:15:26 -0800 |
commit | 69c5d108a5cb44167a04d42ffdad6a39648ed235 (patch) | |
tree | b7ace0acb01a45fac7c9927a214a93740d64a1b9 /libc/include/dlfcn.h | |
parent | 00dce525530c5d26c20750863f3e9890b468787a (diff) | |
download | bionic-69c5d108a5cb44167a04d42ffdad6a39648ed235.zip bionic-69c5d108a5cb44167a04d42ffdad6a39648ed235.tar.gz bionic-69c5d108a5cb44167a04d42ffdad6a39648ed235.tar.bz2 |
Revert "Add RTLD_NODELETE flag support"
This reverts commit c87f65d2cd0690d81665f8b241c1d763f72b6f80.
Bug: 18222321
Bug: 18211780
Change-Id: I00252e26a28a41ab9f1e2dd3b32f0f80d86297f1
Diffstat (limited to 'libc/include/dlfcn.h')
-rw-r--r-- | libc/include/dlfcn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/include/dlfcn.h b/libc/include/dlfcn.h index afa7687..8dde08c 100644 --- a/libc/include/dlfcn.h +++ b/libc/include/dlfcn.h @@ -64,7 +64,6 @@ enum { RTLD_GLOBAL = 2, #endif RTLD_NOLOAD = 4, - RTLD_NODELETE = 0x01000, }; #if defined (__LP64__) |