We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b2b2e commit 0f3edecCopy full SHA for 0f3edec
libc-test/semver/android.txt
@@ -2033,6 +2033,7 @@ RTLD_LAZY
2033
RTLD_LOCAL
2034
RTLD_NOLOAD
2035
RTLD_NOW
2036
+RTLD_NODELETE
2037
TCA_UNSPEC
2038
TCA_KIND
2039
TCA_OPTIONS
src/unix/linux_like/android/mod.rs
@@ -1761,6 +1761,7 @@ pub const ST_NODIRATIME: ::c_ulong = 2048;
1761
pub const ST_RELATIME: ::c_ulong = 4096;
1762
1763
pub const RTLD_NOLOAD: ::c_int = 0x4;
1764
+pub const RTLD_NODELETE: ::c_int = 0x1000;
1765
1766
pub const SEM_FAILED: *mut sem_t = 0 as *mut sem_t;
1767
0 commit comments