1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

solaris: _solaris.v and #flag solaris (stage 1)

This commit is contained in:
Delyan Angelov
2020-03-20 21:20:01 +02:00
committed by GitHub
parent 9c668072b9
commit f89f83deb6
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@ struct C.tm {
tm_hour int
tm_min int
tm_sec int
tm_gmtoff int // seconds
}
fn C.timegm(&tm) time_t