mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
[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:
parent
1d4b96b3de
commit
86d059ddd1
3 changed files with 11 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ struct timeval {
|
|||
int64_t tv_usec;
|
||||
};
|
||||
struct timezone {
|
||||
sint tz_minuteswest;
|
||||
sint tz_mineast;
|
||||
sint tz_dsttime;
|
||||
};
|
||||
struct timesec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue