about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/pal/unix/args.rs')
-rw-r--r--library/std/src/sys/pal/unix/args.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/pal/unix/args.rs b/library/std/src/sys/pal/unix/args.rs
index a943e3a581a..8438a61e90f 100644
--- a/library/std/src/sys/pal/unix/args.rs
+++ b/library/std/src/sys/pal/unix/args.rs
@@ -113,6 +113,7 @@ impl DoubleEndedIterator for Args {
     target_os = "nto",
     target_os = "hurd",
     target_os = "rtems",
+    target_os = "nuttx",
 ))]
 mod imp {
     use crate::ffi::c_char;