Skip to content

Commit

Permalink
Add GNU/Hurd support (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul authored Jun 10, 2024
1 parent b92dbc9 commit c62bb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ macro_rules! platforms {
}

platforms! {
"android"; "linux"; "macos" => linux_macos,
"android"; "linux"; "macos"; "hurd" => linux_macos,
"freebsd"; "netbsd" => bsd
}

0 comments on commit c62bb26

Please sign in to comment.