diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-05-26 14:30:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-05-26 14:30:51 +0000 |
commit | 1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6 (patch) | |
tree | c7bf2264fd7a549a81eef4163c285333028079c6 /gmon | |
parent | 1f708405fc137d3235803832110a7eec8f14d894 (diff) | |
download | glibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.tar.gz |
Add space inf weak_alias use.
Diffstat (limited to 'gmon')
-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 575adbcd8b..8eb0736193 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -171,7 +171,7 @@ __monstartup (lowpc, highpc) __moncontrol(1); } -weak_alias(__monstartup, monstartup) +weak_alias (__monstartup, monstartup) static void |