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.
libc::PIPE_BUF
1 parent f028436 commit 57d9647Copy full SHA for 57d9647
src/unix.rs
@@ -1,4 +1,4 @@
1
-use libc::{c_int, PIPE_BUF};
+use libc::c_int;
2
3
use std::fs::File;
4
use std::io::{self, Read, Write};
0 commit comments