ObjFW  Diff

Differences From Artifact [4cd36fe799]:

To Artifact [174921abc5]:


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






580
581
582
583
584
585
586







-
-
-
-
-
-







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;