about summary refs log tree commit diff
path: root/library/core/src/ffi/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/ffi/mod.rs')
-rw-r--r--library/core/src/ffi/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/ffi/mod.rs b/library/core/src/ffi/mod.rs
index 76daceecd7b..27f6659049c 100644
--- a/library/core/src/ffi/mod.rs
+++ b/library/core/src/ffi/mod.rs
@@ -144,6 +144,7 @@ mod c_char_definition {
                 )
             ),
             all(target_os = "fuchsia", target_arch = "aarch64"),
+            all(target_os = "nto", target_arch = "aarch64"),
             target_os = "horizon"
         ))] {
             pub type c_char = u8;