ObjFW  Diff

Differences From Artifact [aa5ebeffcc]:

To Artifact [6e1b91ee55]:


572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
572
573
574
575
576
577
578






579
580
581
582
583
584
585







-
-
-
-
-
-







void
_Unwind_Resume(void *ex)
{
	libc._Unwind_Resume(ex);
}
#endif

int *
objc_get_errno(void)
{
	return libc.get_errno();
}

#ifdef OF_AMIGAOS_M68K
int
snprintf(char *restrict str, size_t size, const char *restrict fmt, ...)
{
	va_list args;
	int ret;