Loading...
--- libmalloc/libmalloc-409.40.6/src/malloc_printf.c
+++ libmalloc/libmalloc-474.0.13/src/malloc_printf.c
@@ -41,8 +41,8 @@
// Gets the default time to sleep for when reporting an error. Returns 0
// (meaning do not sleep) if malloc_error_sleep is 0 (that is, if sleeping on
// error is not configured).
-MALLOC_INLINE MALLOC_ALWAYS_INLINE
-static unsigned _malloc_default_debug_sleep_time()
+unsigned
+_malloc_default_debug_sleep_time(void)
{
return malloc_error_sleep ? default_sleep_time : 0;
}