about summary refs log tree commit diff
path: root/src/libstd/sys/common/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/common/args.rs')
-rw-r--r--src/libstd/sys/common/args.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/sys/common/args.rs b/src/libstd/sys/common/args.rs
index 4cfddb036e9..4600983eb3b 100644
--- a/src/libstd/sys/common/args.rs
+++ b/src/libstd/sys/common/args.rs
@@ -38,7 +38,8 @@ pub fn clone() -> Option<Vec<Vec<u8>>> { imp::clone() }
           target_os = "dragonfly",
           target_os = "bitrig",
           target_os = "netbsd",
-          target_os = "openbsd"))]
+          target_os = "openbsd",
+          target_os = "solaris"))]
 mod imp {
     use prelude::v1::*;