remove oserror from rp6502
This commit is contained in:
@@ -6,5 +6,5 @@ int clock_settime (clockid_t clock_id, const struct timespec* tp)
|
||||
ria_set_ax (clock_id);
|
||||
ria_push_long (tp->tv_nsec);
|
||||
ria_push_long (tp->tv_sec);
|
||||
return ria_call_int_errno (RIA_OP_CLOCK_SETTIME);
|
||||
return ria_call_int (RIA_OP_CLOCK_SETTIME);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user