Skip to content

Commit c8628f4

Browse files
committed
Take sys/vxworks/stack_overflow from sys/unix instead.
1 parent d194762 commit c8628f4

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

library/std/src/sys/unix/stack_overflow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ mod imp {
219219
target_os = "solaris",
220220
target_os = "illumos",
221221
all(target_os = "netbsd", not(target_vendor = "rumprun")),
222-
target_os = "openbsd"
222+
target_os = "openbsd",
223223
)))]
224224
mod imp {
225225
pub unsafe fn init() {}

library/std/src/sys/vxworks/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pub mod process;
2828
pub mod rand;
2929
#[path = "../unix/rwlock.rs"]
3030
pub mod rwlock;
31+
#[path = "../unix/stack_overflow.rs"]
3132
pub mod stack_overflow;
3233
pub mod stdio;
3334
pub mod thread;

library/std/src/sys/vxworks/stack_overflow.rs

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)