From dcea7709f2ce1be35ba241e923850b1099ceb906 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 19 Sep 2023 12:41:30 +0200 Subject: added support for GNU/Hurd --- library/std/src/sys/unix/stack_overflow.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library/std/src/sys/unix/stack_overflow.rs') 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", -- cgit 1.4.1-3-g733a5