aboutsummaryrefslogtreecommitdiff
path: root/patches/trusty.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/trusty.patch')
-rw-r--r--patches/trusty.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/trusty.patch b/patches/trusty.patch
index afd0df26..d73429be 100644
--- a/patches/trusty.patch
+++ b/patches/trusty.patch
@@ -4,8 +4,8 @@ index 62748d279..4d8822ec2 100644
+++ a/src/lib.rs
@@ -143,6 +143,12 @@ cfg_if! {
- mod hermit;
- pub use hermit::*;
+ mod teeos;
+ pub use teeos::*;
+ } else if #[cfg(target_os = "trusty")] {
+ mod fixed_width_ints;
+ pub use fixed_width_ints::*;