1
0
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:
Delyan Angelov
2021-04-05 15:31:29 +03:00
parent 3ea9868d0e
commit cc8948efcf
3 changed files with 4 additions and 3 deletions

View File

@ -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: