aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2014-11-03 22:08:31 -0800
committerDmitriy Ivanov <dimitry@google.com>2014-11-03 22:15:26 -0800
commit69c5d108a5cb44167a04d42ffdad6a39648ed235 (patch)
treeb7ace0acb01a45fac7c9927a214a93740d64a1b9 /libc
parent00dce525530c5d26c20750863f3e9890b468787a (diff)
downloadbionic-69c5d108a5cb44167a04d42ffdad6a39648ed235.tar.gz
Revert "Add RTLD_NODELETE flag support"
This reverts commit c87f65d2cd0690d81665f8b241c1d763f72b6f80. Bug: 18222321 Bug: 18211780 Change-Id: I00252e26a28a41ab9f1e2dd3b32f0f80d86297f1
Diffstat (limited to 'libc')
-rw-r--r--libc/include/dlfcn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/include/dlfcn.h b/libc/include/dlfcn.h
index afa76878f..8dde08cf5 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__)