summaryrefslogtreecommitdiffstats
path: root/vendor/redox_syscall/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/redox_syscall/src/lib.rs')
-rw-r--r--vendor/redox_syscall/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/redox_syscall/src/lib.rs b/vendor/redox_syscall/src/lib.rs
index 050ee8160..9c5939830 100644
--- a/vendor/redox_syscall/src/lib.rs
+++ b/vendor/redox_syscall/src/lib.rs
@@ -26,7 +26,7 @@ mod arch;
mod arch;
#[cfg(all(any(target_os = "none", target_os = "redox"), target_arch = "x86"))]
-#[path="arch/nonredox.rs"]
+#[path="arch/x86.rs"]
mod arch;
#[cfg(all(any(target_os = "none", target_os = "redox"), target_arch = "x86_64"))]