Skip to content

Commit

Permalink
exit now calls uvl_exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Anderson authored and frangarcj committed Jul 22, 2021
1 parent 67f8750 commit e8da2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newlib/libc/sys/vita/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ _write_r(struct _reent * reent, int fd, const void *buf, size_t nbytes)
void
_exit(int rc)
{
while (1) {}
uvl_exit(rc);
}

int
Expand Down

0 comments on commit e8da2b1

Please sign in to comment.