Skip to content

Commit f642f48

Browse files
committed
fix build
1 parent a654472 commit f642f48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/event/event_kevent.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ _dispatch_kq_unote_update(dispatch_wlh_t wlh, dispatch_unote_t _du,
10881088
dispatch_assume_zero(r);
10891089
return true;
10901090
}
1091-
#endif // DISPATCH_HAVE_DIRECT_KNOTES
1091+
#endif
10921092

10931093
#pragma mark dispatch_muxnote_t
10941094

@@ -1335,7 +1335,6 @@ enum {
13351335
DISPATCH_WORKLOOP_SYNC_END,
13361336
};
13371337

1338-
#if DISPATCH_USE_KEVENT_WORKLOOP
13391338
static char const * const _dispatch_workloop_actions[] = {
13401339
[DISPATCH_WORKLOOP_ASYNC] = "async",
13411340
[DISPATCH_WORKLOOP_ASYNC_FROM_SYNC] = "async (from sync)",
@@ -1352,7 +1351,7 @@ static char const * const _dispatch_workloop_actions[] = {
13521351
[DISPATCH_WORKLOOP_SYNC_WAKE] = "sync-wake",
13531352
[DISPATCH_WORKLOOP_SYNC_END] = "sync-end",
13541353
};
1355-
#endif // DISPATCH_USE_KEVENT_WORKLOOP
1354+
#endif
13561355

13571356
void
13581357
_dispatch_event_loop_atfork_child(void)

0 commit comments

Comments
 (0)