diff options
author | Phil Blundell <philb@gnu.org> | 2000-03-26 12:31:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-03-26 12:31:16 +0000 |
commit | 630376d212f2fd85ecc223ad1a51b3b125605749 (patch) | |
tree | 7d827849dbecb1d7cfd41ee08ebba65107800cc0 /gprof/hertz.h | |
parent | fd5ccd4792aa18f3520f0d022eae6b2bfdc8fd0a (diff) | |
download | binutils-630376d212f2fd85ecc223ad1a51b3b125605749.zip binutils-630376d212f2fd85ecc223ad1a51b3b125605749.tar.gz binutils-630376d212f2fd85ecc223ad1a51b3b125605749.tar.bz2 |
1999-09-29 Mark Kettenis <kettenis@gnu.org>
* hertz.h [MACH] (hertz): Remove macro. The
<machine/mach_param.h> include doesn't exist on al Mach based
systems, and the definition of hertz breaks compilation of hertz.c
anyway.
Diffstat (limited to 'gprof/hertz.h')
-rw-r--r-- | gprof/hertz.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gprof/hertz.h b/gprof/hertz.h index 2ea01ba..fc30a1f 100644 --- a/gprof/hertz.h +++ b/gprof/hertz.h @@ -10,13 +10,6 @@ * we return HZ_WRONG, an impossible sampling frequency. */ -/* FIXME: Checking for MACH here makes no sense when for a cross - gprof. */ -#ifdef MACH -#include <machine/mach_param.h> -#define hertz() (HZ) -#else extern int hertz PARAMS ((void)); -#endif #endif /* hertz_h */ |