Skip to content

Commit b56ee81

Browse files
12101111tgross35
authored andcommitted
Remove RTLD_DEEPBIND. It's a glibc extension and not supported by musl.
(backport <rust-lang#4335>) (cherry picked from commit 60b8b39)
1 parent 2480f37 commit b56ee81

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)