We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc44d7a commit b5d2aebCopy full SHA for b5d2aeb
src/queue.c
@@ -1006,8 +1006,7 @@ _libdispatch_tsd_cleanup(void *ctx)
1006
_tsd_call_cleanup(dispatch_bcounter_key, NULL);
1007
#endif
1008
#if DISPATCH_LOCK_USE_SEMAPHORE_FALLBACK
1009
- _tsd_call_cleanup(dispatch_sema4_key,
1010
- (void (*)(void *))_dispatch_thread_semaphore_dispose);
+ _tsd_call_cleanup(dispatch_sema4_key, _dispatch_thread_semaphore_dispose);
1011
1012
_tsd_call_cleanup(dispatch_priority_key, NULL);
1013
_tsd_call_cleanup(dispatch_voucher_key, _voucher_thread_cleanup);
0 commit comments