summaryrefslogtreecommitdiff
path: root/gmon/gmon.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-19 02:40:21 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-19 02:40:21 +0000
commit691738652b7c0ecdf82d215f7e746c0b53cc6b09 (patch)
tree708e53369005216687f1a879fe9dd36d86d0ad56 /gmon/gmon.c
parent17ef6f595218e02e9fefd9a11c3355b136897d35 (diff)
Update.
* gmon/gmon.c: Add weak alias moncontrol for __moncontrol. * gmon/Versions: Move moncontrol to GLIBC_2.2.
Diffstat (limited to 'gmon/gmon.c')
-rw-r--r--gmon/gmon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c
index 51142cfb32..45fe6e8ac4 100644
--- a/gmon/gmon.c
+++ b/gmon/gmon.c
@@ -90,6 +90,7 @@ __moncontrol (mode)
p->state = GMON_PROF_OFF;
}
}
+weak_alias (__moncontrol, moncontrol)
void