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.
1 parent 9300c04 commit 7015c77Copy full SHA for 7015c77
src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs
@@ -1,6 +1,4 @@
1
-use crate::{
2
- c_char, c_int, c_long, c_short, c_uchar, c_uint, c_ushort, c_void, intptr_t, size_t, ssize_t,
3
-};
+use crate::{c_char, c_int, c_long, c_short, c_uchar, c_uint, c_ushort, c_void, intptr_t, size_t};
4
5
// APIs that were changed after FreeBSD 11
6
0 commit comments