[orbis-kernel] Fix sys_gettimeofday

Disable sys_utc_to_localtime and sys_localtime_to_utc for now.
Libkernel will fallback to sys_gettimeofday.
This commit is contained in:
Ivan Chikish 2023-07-15 06:03:55 +03:00
parent 1d4b96b3de
commit 86d059ddd1
3 changed files with 11 additions and 3 deletions

View file

@ -12,7 +12,7 @@ struct timeval {
int64_t tv_usec;
};
struct timezone {
sint tz_minuteswest;
sint tz_mineast;
sint tz_dsttime;
};
struct timesec {