Skip to content

Commit 481764d

Browse files
Define RTLD_* constants for riscv64-linux-gnu
1 parent ad52886 commit 481764d

File tree

1 file changed

+3
-0
lines changed
  • src/unix/linux_like/linux/gnu/b64/riscv64

1 file changed

+3
-0
lines changed

src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ s! {
218218
pub const POSIX_FADV_DONTNEED: ::c_int = 4;
219219
pub const POSIX_FADV_NOREUSE: ::c_int = 5;
220220
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;
221224
pub const TIOCGSOFTCAR: ::c_ulong = 21529;
222225
pub const TIOCSSOFTCAR: ::c_ulong = 21530;
223226
pub const TIOCGRS485: ::c_int = 21550;

0 commit comments

Comments
 (0)