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 ad52886 commit 481764dCopy full SHA for 481764d
src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs
@@ -218,6 +218,9 @@ s! {
218
pub const POSIX_FADV_DONTNEED: ::c_int = 4;
219
pub const POSIX_FADV_NOREUSE: ::c_int = 5;
220
pub const VEOF: usize = 4;
221
+pub const RTLD_DEEPBIND: ::c_int = 0x8;
222
+pub const RTLD_GLOBAL: ::c_int = 0x100;
223
+pub const RTLD_NOLOAD: ::c_int = 0x4;
224
pub const TIOCGSOFTCAR: ::c_ulong = 21529;
225
pub const TIOCSSOFTCAR: ::c_ulong = 21530;
226
pub const TIOCGRS485: ::c_int = 21550;
0 commit comments