diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-11-04 08:30:31 +0000 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-11-07 06:46:19 -0500 |
| commit | 42ddcf71e58300c7b594ac3964977625355cb24c (patch) | |
| tree | 05fa1e3cb3cd3a64b7cc510b51b68997fbb527e9 /lib/event.c | |
| parent | 315aa6cde48bbe5af08f61778d70f72aa0f9648a (diff) | |
*: Remove APPLE #defines from build
We cannot build on apple machines at all due
to our usage of some gcc extensions that will
probably never see the light of day again.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/event.c')
| -rw-r--r-- | lib/event.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/event.c b/lib/event.c index d3bc0205ae..4121c0a448 100644 --- a/lib/event.c +++ b/lib/event.c @@ -55,11 +55,6 @@ static int event_timer_cmp(const struct event *a, const struct event *b) DECLARE_HEAP(event_timer_list, struct event, timeritem, event_timer_cmp); -#if defined(__APPLE__) -#include <mach/mach.h> -#include <mach/mach_time.h> -#endif - #define AWAKEN(m) \ do { \ const unsigned char wakebyte = 0x01; \ |
