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.
2 parents 7a74af4 + 4706520 commit f20349fCopy full SHA for f20349f
src/queue.c
@@ -7331,7 +7331,7 @@ gettid(void)
7331
static void (*_dispatch_thread_detach_callback)(void);
7332
7333
void
7334
-_dispatch_install_thread_detach_callback(dispatch_function_t cb)
+_dispatch_install_thread_detach_callback(void (*cb)(void))
7335
{
7336
if (os_atomic_xchg(&_dispatch_thread_detach_callback, cb, relaxed)) {
7337
DISPATCH_CLIENT_CRASH(0, "Installing a thread detach callback twice");
0 commit comments