diff options
Diffstat (limited to 'gprof/bb_exit_func.c')
-rw-r--r-- | gprof/bb_exit_func.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/bb_exit_func.c b/gprof/bb_exit_func.c index 33f9296cef5..70d26eca239 100644 --- a/gprof/bb_exit_func.c +++ b/gprof/bb_exit_func.c @@ -44,7 +44,7 @@ struct bb *__bb_head = (struct bb *) 0; void -__bb_exit_func (void) +__bb_exit_func () { const int version = GMON_VERSION; struct gmon_hdr ghdr; |