Skip to content

Commit

Permalink
Fix recvmsg on OSX.
Browse files Browse the repository at this point in the history
It was a libc error.  Do not merge here!  Only merge to libc.
  • Loading branch information
asomers committed Jan 31, 2019
1 parent 07d2325 commit 768907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
]

[dependencies]
libc = { git = "https://github.com/rust-lang/libc" }
libc = { git = "https://github.com/asomers/libc", rev="fc90925ee" }
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"
Expand Down

0 comments on commit 768907e

Please sign in to comment.