File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7818,6 +7818,7 @@ _dispatch_sigsuspend(void)
7818
7818
}
7819
7819
#endif // !defined(_WIN32)
7820
7820
7821
+ #if defined(__linux__ )
7821
7822
DISPATCH_NORETURN
7822
7823
static void
7823
7824
_dispatch_sig_thread (void * ctxt DISPATCH_UNUSED )
@@ -7831,6 +7832,7 @@ _dispatch_sig_thread(void *ctxt DISPATCH_UNUSED)
7831
7832
_dispatch_sigsuspend ();
7832
7833
#endif
7833
7834
}
7835
+ #endif
7834
7836
7835
7837
void
7836
7838
dispatch_main (void )
@@ -7969,7 +7971,7 @@ _dispatch_context_cleanup(void *ctxt)
7969
7971
#pragma mark -
7970
7972
#pragma mark dispatch_init
7971
7973
7972
- #if !DISPATCH_USE_COOPERATIVE_WORKQUEUE
7974
+ #if !DISPATCH_USE_INTERNAL_WORKQUEUE && ! DISPATCH_USE_COOPERATIVE_WORKQUEUE
7973
7975
static void
7974
7976
_dispatch_cooperative_root_queue_init_fallback (dispatch_queue_global_t dq )
7975
7977
{
You can’t perform that action at this time.
0 commit comments