diff options
Diffstat (limited to 'gmon/gmon.c')
-rw-r--r-- | gmon/gmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c index b54b9aa18b..3380932e7c 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -49,7 +49,7 @@ struct __bb *__bb_head; /* Head of basic-block list or NULL. */ -struct gmonparam _gmonparam = { GMON_PROF_OFF }; +struct gmonparam _gmonparam attribute_hidden = { GMON_PROF_OFF }; /* * See profil(2) where this is described: |