diff options
| author | Nikita Baksalyar <nikita.baksalyar@gmail.com> | 2016-01-21 19:30:22 +0300 |
|---|---|---|
| committer | Nikita Baksalyar <nikita.baksalyar@gmail.com> | 2016-01-31 18:57:26 +0300 |
| commit | f189d7a6937c063f9592136a39c836b17c008a93 (patch) | |
| tree | a31b16fa2af96d112a2e470d7a169b460d961efb /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 9041b930585806b948b4cc68933047ffdc96f6f9 (diff) | |
| download | rust-f189d7a6937c063f9592136a39c836b17c008a93.tar.gz rust-f189d7a6937c063f9592136a39c836b17c008a93.zip | |
Add Illumos support
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
| -rw-r--r-- | src/libstd/sys/unix/stack_overflow.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/sys/unix/stack_overflow.rs b/src/libstd/sys/unix/stack_overflow.rs index c7614db3299..31f37f31578 100644 --- a/src/libstd/sys/unix/stack_overflow.rs +++ b/src/libstd/sys/unix/stack_overflow.rs @@ -39,6 +39,7 @@ impl Drop for Handler { target_os = "bitrig", target_os = "dragonfly", target_os = "freebsd", + target_os = "sunos", all(target_os = "netbsd", not(target_vendor = "rumprun")), target_os = "openbsd"))] mod imp { @@ -167,6 +168,7 @@ mod imp { target_os = "bitrig", target_os = "dragonfly", target_os = "freebsd", + target_os = "sunos", all(target_os = "netbsd", not(target_vendor = "rumprun")), target_os = "openbsd")))] mod imp { |
