diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 92da787b6..550d485d3 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -339,7 +339,7 @@ wrtmessage(const char *p1, const char *p2, const char *p3, const char *p4) void (*_malloc_message)(const char *p1, const char *p2, const char *p3, const char *p4) = wrtmessage; static void -wrterror(const char *p) +wrterror(const char *p) __attribute__ ((noreturn)) { suicide = 1;