mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
Finished the modularisation of vg_mylibc.c, which meant it could be removed.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3894
This commit is contained in:
@@ -45,6 +45,13 @@
|
||||
format, ##args), \
|
||||
0)))
|
||||
|
||||
__attribute__ ((__noreturn__))
|
||||
extern void VG_(exit)( Int status );
|
||||
|
||||
/* Prints a panic message, appends newline and bug reporting info, aborts. */
|
||||
__attribute__ ((__noreturn__))
|
||||
extern void VG_(tool_panic) ( Char* str );
|
||||
|
||||
__attribute__ ((__noreturn__))
|
||||
extern void VG_(assert_fail) ( Bool isCore, const Char* expr, const Char* file,
|
||||
Int line, const Char* fn,
|
||||
|
||||
Reference in New Issue
Block a user