X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6de03ecc4e630732984a0673512a5d15fd75e270..3afe678dc3123e0c0d517501f6a4f5fcf1f5ea24:/tools/tesh/tesh.h diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index cd9236d654..1fc2d89771 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -17,7 +17,7 @@ /******************************************/ /* return the name of a signal, aliasing SIGBUS to SIGSEGV since segfault leads to any of them depending on the system */ -const char *signal_name(unsigned int got, char *expected); +const char *signal_name(int got, char *expected); #include "run_context.h"