summaryrefslogtreecommitdiff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2020-10-07 19:01:56 +0200
committerMara Bos <m-ou.se@m-ou.se>2020-10-16 06:18:59 +0200
commitc8628f43bfe9df8b06283fdc1d8acb4643f74194 (patch)
treeb207599a24da10d6e52dd34804e11c55c18c3b9b /library/std/src/sys/unix/stack_overflow.rs
parentd1947628b568c1d59048288486e68d917709f4d4 (diff)
downloadrust-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.rs2
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() {}