diff options
Diffstat (limited to 'gmon/gmon.c')
-rw-r--r-- | gmon/gmon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c index 3380932..f0188a9 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -47,7 +47,8 @@ # include <wchar.h> #endif -struct __bb *__bb_head; /* Head of basic-block list or NULL. */ +/* Head of basic-block list or NULL. */ +struct __bb *__bb_head attribute_hidden; struct gmonparam _gmonparam attribute_hidden = { GMON_PROF_OFF }; |