diff options
| author | bors <bors@rust-lang.org> | 2023-09-21 19:24:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-09-21 19:24:01 +0000 |
| commit | f73d376fb669859b167cb04121c52f7f6f71a05e (patch) | |
| tree | 1a9711ead5c5697a77168004da5a9ffeb3d9e728 /library/std/src/sys/unix/stack_overflow.rs | |
| parent | 24b45c3bdcd7435d57d222d1d47cb4ab2cf114d1 (diff) | |
| parent | dcea7709f2ce1be35ba241e923850b1099ceb906 (diff) | |
| download | rust-f73d376fb669859b167cb04121c52f7f6f71a05e.tar.gz rust-f73d376fb669859b167cb04121c52f7f6f71a05e.zip | |
Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber
added support for GNU/Hurd adding support for i686-unknown-hurd-gnu
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
| -rw-r--r-- | library/std/src/sys/unix/stack_overflow.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/src/sys/unix/stack_overflow.rs b/library/std/src/sys/unix/stack_overflow.rs index b59d4ba26af..73c530786b2 100644 --- a/library/std/src/sys/unix/stack_overflow.rs +++ b/library/std/src/sys/unix/stack_overflow.rs @@ -32,6 +32,7 @@ impl Drop for Handler { target_os = "macos", target_os = "dragonfly", target_os = "freebsd", + target_os = "hurd", target_os = "solaris", target_os = "illumos", target_os = "netbsd", @@ -193,6 +194,7 @@ mod imp { target_os = "macos", target_os = "dragonfly", target_os = "freebsd", + target_os = "hurd", target_os = "solaris", target_os = "illumos", target_os = "netbsd", |
