add time and sys/time
This commit is contained in:
@@ -46,7 +46,7 @@ pub type wchar_t = i16;
|
||||
pub type wint_t = i32;
|
||||
pub type wctype_t = i64;
|
||||
|
||||
pub type off_t = c_long;
|
||||
pub type off_t = i64;
|
||||
pub type mode_t = u16;
|
||||
pub type time_t = i64;
|
||||
pub type pid_t = usize;
|
||||
@@ -59,3 +59,7 @@ pub type blksize_t = isize;
|
||||
|
||||
pub type useconds_t = i32;
|
||||
pub type suseconds_t = i64;
|
||||
|
||||
pub type clock_t = i64;
|
||||
pub type clockid_t = i32;
|
||||
pub type timer_t = c_void;
|
||||
|
||||
Reference in New Issue
Block a user