Skip to content

Commit 42b144e

Browse files
committed
rustup
1 parent aea10ca commit 42b144e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e19ca1d946269f7b7eb13171531caf2e16f42076
1+
a7f375789bab1a4e4a291c963081a8ca7d2b6bd7

src/shims/posix/macos/dlsym.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ impl Dlsym {
1717
pub fn from_str(name: &str) -> InterpResult<'static, Option<Dlsym>> {
1818
Ok(match name {
1919
"getentropy" => Some(Dlsym::getentropy),
20+
"openat" => None, // std has a fallback for this
2021
_ => throw_unsup_format!("unsupported macOS dlsym: {}", name),
2122
})
2223
}

0 commit comments

Comments
 (0)