diff options
Diffstat (limited to 'gmon/bb_exit_func.c')
-rw-r--r-- | gmon/bb_exit_func.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gmon/bb_exit_func.c b/gmon/bb_exit_func.c index ce61c75d6e..f0d1d8576c 100644 --- a/gmon/bb_exit_func.c +++ b/gmon/bb_exit_func.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1996,1997,1998,2000,2001,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger (davidm@cs.arizona.edu). @@ -31,6 +31,9 @@ #define OUT_NAME "gmon.out" +extern struct __bb *__bb_head attribute_hidden; + + void __bb_exit_func (void) { |