Take sys/vxworks/stack_overflow from sys/unix instead.

This commit is contained in:
Mara Bos
2020-10-07 19:01:56 +02:00
parent d1947628b5
commit c8628f43bf
3 changed files with 2 additions and 39 deletions

View File

@@ -219,7 +219,7 @@ mod imp {
target_os = "solaris",
target_os = "illumos",
all(target_os = "netbsd", not(target_vendor = "rumprun")),
target_os = "openbsd"
target_os = "openbsd",
)))]
mod imp {
pub unsafe fn init() {}