add time and sys/time

This commit is contained in:
Paul Sajna
2018-03-09 02:46:14 -08:00
parent e676440e1f
commit 72909b3f4c
12 changed files with 327 additions and 1 deletions
+5 -1
View File
@@ -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;