Skip to content

Fix for compilation on Redox

Jeremy Soller requested to merge jackpot51:patch-1 into master

Since Redox sets cfg(unix), but does not have a compatible libc crate, more specific matching has to be done. Here are all the class-one targets with the libc crate selected

Merge request reports