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 9c6714e commit b81bb4aCopy full SHA for b81bb4a
src/unix/mod.rs
@@ -4,6 +4,7 @@
4
//! according to the platform in question.
5
6
use dox::Option;
7
+use {FILE, ssize_t, size_t}; // from libc parent
8
9
pub type pid_t = i32;
10
pub type uid_t = u32;
0 commit comments