Skip to content

Commit

Permalink
added support for GNU/Hurd
Browse files Browse the repository at this point in the history
  • Loading branch information
xevor11 committed Aug 25, 2023
1 parent 8356615 commit 230a9e3
Show file tree
Hide file tree
Showing 5 changed files with 3,038 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Expand Up @@ -33,7 +33,7 @@ const ALLOWED_CFGS: &'static [&'static str] = &[

// Extra values to allow for check-cfg.
const CHECK_CFG_EXTRA: &'static [(&'static str, &'static [&'static str])] = &[
("target_os", &["switch", "aix", "ohos"]),
("target_os", &["switch", "aix", "ohos", "hurd"]),
("target_env", &["illumos", "wasi", "aix", "ohos"]),
(
"target_arch",
Expand Down
1 change: 1 addition & 0 deletions src/unix/hurd/align.rs
@@ -0,0 +1 @@
// Placeholder file

0 comments on commit 230a9e3

Please sign in to comment.