mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
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:
parent
fd5ccd4792
commit
630376d212
@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
||||
2000-02-22 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
From Brad Lucier <lucier@math.purdue.edu>:
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user