This commit is contained in:
Jacob Adams 2017-05-11 06:07:13 +00:00 committed by GitHub
commit c4d73c9406

View File

@ -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;