forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user