Skip to content

Commit 60b8b39

Browse files
committed
Remove RTLD_DEEPBIND. It's a glibc extension and not supported by musl.
1 parent c6a3cd6 commit 60b8b39

File tree

1 file changed

+0
-1
lines changed
  • src/unix/linux_like/linux/musl/b32/riscv32

1 file changed

+0
-1
lines changed

src/unix/linux_like/linux/musl/b32/riscv32/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ s_no_extra_traits! {
111111

112112
//pub const RLIM_INFINITY: crate::rlim_t = !0;
113113
pub const VEOF: usize = 4;
114-
pub const RTLD_DEEPBIND: c_int = 0x8;
115114
//pub const RLIMIT_RSS: crate::__rlimit_resource_t = 5;
116115
//pub const RLIMIT_AS: crate::__rlimit_resource_t = 9;
117116
//pub const RLIMIT_MEMLOCK: crate::__rlimit_resource_t = 8;

0 commit comments

Comments
 (0)