update override on macOS with interpose of malloc_default_zone (issues #313)

This commit is contained in:
Daan Leijen 2020-12-15 16:03:54 -08:00
parent 745cf1e2f5
commit bb386025b5
5 changed files with 75 additions and 46 deletions

View file

@ -32,7 +32,6 @@ terms of the MIT license. A copy of the license can be found in the file
#define mi_decl_cache_align
#endif
// "options.c"
void _mi_fputs(mi_output_fun* out, void* arg, const char* prefix, const char* message);
void _mi_fprintf(mi_output_fun* out, void* arg, const char* fmt, ...);