Skip to content

Commit 5f7f6af

Browse files
committed
Amjad50/OS: removed amjad_os to build unix in doc
This crashes since we don't have `libc` yet
1 parent 9252e65 commit 5f7f6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub mod windows {}
6060
all(target_vendor = "fortanix", target_env = "sgx")
6161
)
6262
)))]
63-
#[cfg(all(not(target_os = "hermit"), any(unix, doc)))]
63+
#[cfg(all(not(target_os = "hermit"), not(target_os = "amjad_os"), any(unix, doc)))]
6464
pub mod unix;
6565

6666
// linux

0 commit comments

Comments
 (0)