summaryrefslogtreecommitdiff
path: root/lib/event.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-11-04 08:30:31 +0000
committerDonald Sharp <sharpd@nvidia.com>2023-11-07 06:46:19 -0500
commit42ddcf71e58300c7b594ac3964977625355cb24c (patch)
tree05fa1e3cb3cd3a64b7cc510b51b68997fbb527e9 /lib/event.c
parent315aa6cde48bbe5af08f61778d70f72aa0f9648a (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.c5
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; \