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)
78187818}
78197819#endif // !defined(_WIN32)
78207820
7821+ #if defined(__linux__ )
78217822DISPATCH_NORETURN
78227823static void
78237824_dispatch_sig_thread (void * ctxt DISPATCH_UNUSED )
@@ -7831,6 +7832,7 @@ _dispatch_sig_thread(void *ctxt DISPATCH_UNUSED)
78317832 _dispatch_sigsuspend ();
78327833#endif
78337834}
7835+ #endif
78347836
78357837void
78367838dispatch_main (void )
@@ -7969,7 +7971,7 @@ _dispatch_context_cleanup(void *ctxt)
79697971#pragma mark -
79707972#pragma mark dispatch_init
79717973
7972- #if !DISPATCH_USE_COOPERATIVE_WORKQUEUE
7974+ #if !DISPATCH_USE_INTERNAL_WORKQUEUE && ! DISPATCH_USE_COOPERATIVE_WORKQUEUE
79737975static void
79747976_dispatch_cooperative_root_queue_init_fallback (dispatch_queue_global_t dq )
79757977{
You can’t perform that action at this time.
0 commit comments