about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-09-19 12:41:30 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-09-21 17:31:25 +0200
commitdcea7709f2ce1be35ba241e923850b1099ceb906 (patch)
treecba79acb5e56b9bb2de8f75a3ad7510410e0f101 /library/std/src/sys/unix/stack_overflow.rs
parentae9c330629f1fb03a636cb8af367fead024793db (diff)
downloadrust-dcea7709f2ce1be35ba241e923850b1099ceb906.tar.gz
rust-dcea7709f2ce1be35ba241e923850b1099ceb906.zip
added support for GNU/Hurd
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
-rw-r--r--library/std/src/sys/unix/stack_overflow.rs2
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",