@@ -83,16 +83,10 @@ struct objc_libc libc = { .malloc = malloc, .calloc = calloc, .realloc = realloc, .free = free, - .vfprintf = vfprintf, - .fflush = fflush, -#ifdef OF_AMIGAOS_M68K - .vsnprintf = vsnprintf, -#endif - .abort = abort, #ifdef HAVE_SJLJ_EXCEPTIONS ._Unwind_SjLj_RaiseException = _Unwind_SjLj_RaiseException, #else ._Unwind_RaiseException = _Unwind_RaiseException, #endif @@ -118,10 +112,14 @@ #ifdef OF_MORPHOS .__register_frame = __register_frame, .__deregister_frame = __deregister_frame, #endif .get_errno = get_errno, +#ifdef OF_AMIGAOS_M68K + .vsnprintf = vsnprintf, +#endif + .abort = abort, }; if (initialized) return;