mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
time: fix compilation on macos
This commit is contained in:
@ -34,8 +34,6 @@ pub fn (t Time) local() Time {
|
||||
return convert_ctime(loc_tm, t.microsecond)
|
||||
}
|
||||
|
||||
type time_t = i64
|
||||
|
||||
// in most systems, these are __quad_t, which is an i64
|
||||
struct C.timespec {
|
||||
mut:
|
||||
|
Reference in New Issue
Block a user