diff options
author | Mara Bos <m-ou.se@m-ou.se> | 2020-10-07 19:01:56 +0200 |
---|---|---|
committer | Mara Bos <m-ou.se@m-ou.se> | 2020-10-16 06:18:59 +0200 |
commit | c8628f43bfe9df8b06283fdc1d8acb4643f74194 (patch) | |
tree | b207599a24da10d6e52dd34804e11c55c18c3b9b /library/std/src/sys/unix/stack_overflow.rs | |
parent | d1947628b568c1d59048288486e68d917709f4d4 (diff) | |
download | rust-c8628f43bfe9df8b06283fdc1d8acb4643f74194.tar.gz |
Take sys/vxworks/stack_overflow from sys/unix instead.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
-rw-r--r-- | library/std/src/sys/unix/stack_overflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/unix/stack_overflow.rs b/library/std/src/sys/unix/stack_overflow.rs index c74fc2b5903..d8474205352 100644 --- a/library/std/src/sys/unix/stack_overflow.rs +++ b/library/std/src/sys/unix/stack_overflow.rs @@ -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() {} |