mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-23 12:20:00 +00:00
flix _times implementation
This commit is contained in:
@@ -758,7 +758,7 @@ clock_t _times(struct tms *buffer)
|
|||||||
if (buffer != NULL) {
|
if (buffer != NULL) {
|
||||||
buffer->tms_utime = clk;
|
buffer->tms_utime = clk;
|
||||||
buffer->tms_stime = 0;
|
buffer->tms_stime = 0;
|
||||||
buffer->tms_cutime = clk;
|
buffer->tms_cutime = 0;
|
||||||
buffer->tms_cstime = 0;
|
buffer->tms_cstime = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user