Skip to content

Commit a2b8f7a

Browse files
committed
Fix recvmsg on OSX.
It was a libc error. Do not merge here! Only merge to libc.
1 parent 8eb3c9b commit a2b8f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
libc = { git = "https://github.com/rust-lang/libc" }
19+
libc = { git = "https://github.com/asomers/libc", rev="fc90925ee" }
2020
bitflags = "1.0"
2121
cfg-if = "0.1.0"
2222
void = "1.0.2"

0 commit comments

Comments
 (0)