From: Florian Krohm Date: Fri, 23 Jan 2015 16:53:06 +0000 (+0000) Subject: Add function attributes. X-Git-Tag: svn/VALGRIND_3_11_0~708 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d12d0b2bd9b1e56a80fc78189407fa160616b974;p=thirdparty%2Fvalgrind.git Add function attributes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14884 --- diff --git a/coregrind/m_aspacemgr/priv_aspacemgr.h b/coregrind/m_aspacemgr/priv_aspacemgr.h index 99fd255f10..f206e12851 100644 --- a/coregrind/m_aspacemgr/priv_aspacemgr.h +++ b/coregrind/m_aspacemgr/priv_aspacemgr.h @@ -67,7 +67,9 @@ __attribute__ ((noreturn)) extern void ML_(am_exit) ( Int status ); +__attribute__ ((noreturn)) extern void ML_(am_barf) ( const HChar* what ); +__attribute__ ((noreturn)) extern void ML_(am_barf_toolow) ( const HChar* what ); __attribute__ ((noreturn))