summaryrefslogtreecommitdiff
path: root/elf/dl-profile.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-27 19:58:36 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-27 19:58:36 +0000
commited073f0e6249dc1bcecb3f72fa941d01b516be3f (patch)
tree8dfe5133dfe2d1516103f7f46cca1ff44bdb4f01 /elf/dl-profile.c
parent27ee0a559513db0d0e650761b6f4268b39199c74 (diff)
Add prototype for foo.
Diffstat (limited to 'elf/dl-profile.c')
-rw-r--r--elf/dl-profile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-profile.c b/elf/dl-profile.c
index b9d1287b12..53b26d51a2 100644
--- a/elf/dl-profile.c
+++ b/elf/dl-profile.c
@@ -538,5 +538,7 @@ _dl_mcount (ElfW(Addr) frompc, ElfW(Addr) selfpc)
#if 0
/* XXX See above, Shouldn't be necessary anymore. */
state = GMON_PROF_ON;
+#else
+ ;
#endif
}