Explicitly use namespace

This commit is contained in:
equal-l2 2017-06-20 09:31:28 +09:00
parent 6294184355
commit 00fae9ebe5

View File

@ -1,3 +1,5 @@
use unix::bsd::O_SYNC;
pub type clock_t = i64;
pub type suseconds_t = ::c_long;
pub type dev_t = i32;