mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix library/std compilation on openbsd.
Fix a minor typo from #95241 which prevented compilation on x86_64-unknown-openbsd.
This commit is contained in:
parent
3e7514670d
commit
c89f11e1db
@ -522,7 +522,7 @@ pub mod guard {
|
||||
// new thread
|
||||
stack_ptr.addr() - current_stack.ss_size
|
||||
};
|
||||
Some(stack_ptr.with_addr(stack_addr))
|
||||
Some(stack_ptr.with_addr(stackaddr))
|
||||
}
|
||||
|
||||
#[cfg(any(
|
||||
|
Loading…
Reference in New Issue
Block a user