diff options
Diffstat (limited to 'gprof/gprof.h')
-rw-r--r-- | gprof/gprof.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.h b/gprof/gprof.h index 567ebd2..911c5be 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -126,6 +126,6 @@ extern File_Format file_format; /* requested file format */ extern boolean first_output; /* no output so far? */ -extern void done PARAMS ((int status)); +extern void done PARAMS ((int status)) ATTRIBUTE_NORETURN; #endif /* gprof_h */ |