Skip to content

Commit f621b35

Browse files
committed
added support for GNU/Hurd
1 parent 8356615 commit f621b35

File tree

5 files changed

+3041
-1
lines changed

5 files changed

+3041
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const ALLOWED_CFGS: &'static [&'static str] = &[
3333

3434
// Extra values to allow for check-cfg.
3535
const CHECK_CFG_EXTRA: &'static [(&'static str, &'static [&'static str])] = &[
36-
("target_os", &["switch", "aix", "ohos"]),
36+
("target_os", &["switch", "aix", "ohos", "hurd"]),
3737
("target_env", &["illumos", "wasi", "aix", "ohos"]),
3838
(
3939
"target_arch",

src/unix/hurd/align.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Placeholder file

0 commit comments

Comments
 (0)