We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f332c21 + 72f49c9 commit 6955f6dCopy full SHA for 6955f6d
src/unix/mod.rs
@@ -567,7 +567,7 @@ cfg_if! {
567
}
568
569
cfg_if! {
570
- if #[cfg(not(target_env = "gnu"))] {
+ if #[cfg(not(all(target_os = "linux", target_env = "gnu")))] {
571
missing! {
572
#[cfg_attr(feature = "extra_traits", derive(Debug))]
573
pub enum fpos_t {} // FIXME(unix): fill this out with a struct
0 commit comments