diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-27 19:58:36 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-27 19:58:36 +0000 |
commit | ed073f0e6249dc1bcecb3f72fa941d01b516be3f (patch) | |
tree | 8dfe5133dfe2d1516103f7f46cca1ff44bdb4f01 /elf/dl-profile.c | |
parent | 27ee0a559513db0d0e650761b6f4268b39199c74 (diff) | |
download | glibc-ed073f0e6249dc1bcecb3f72fa941d01b516be3f.zip glibc-ed073f0e6249dc1bcecb3f72fa941d01b516be3f.tar.gz glibc-ed073f0e6249dc1bcecb3f72fa941d01b516be3f.tar.bz2 |
Add prototype for foo.
Diffstat (limited to 'elf/dl-profile.c')
-rw-r--r-- | elf/dl-profile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-profile.c b/elf/dl-profile.c index b9d1287..53b26d5 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 } |