]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add function attributes.
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 23 Jan 2015 16:53:06 +0000 (16:53 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 23 Jan 2015 16:53:06 +0000 (16:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14884

coregrind/m_aspacemgr/priv_aspacemgr.h

index 99fd255f10acf92a788af71320751f34a6aad669..f206e12851d33be7dbd60bd9c98be465f631713c 100644 (file)
@@ -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))