Skip to content

Commit

Permalink
Update src/fcntl.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Somers <asomers@gmail.com>
  • Loading branch information
tomboland and asomers committed Jul 5, 2021
1 parent b330b64 commit 83c3e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fcntl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ libc_bitflags! {

#[cfg(all(
target_os = "linux",
not(target_env = "musl"),
target_env = "gnu",
any(
target_arch = "x86_64",
target_arch = "x32",
Expand Down

0 comments on commit 83c3e6b

Please sign in to comment.