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 0207ed6 commit 224e3e9Copy full SHA for 224e3e9
src/unix/uxthread.c
@@ -65,7 +65,7 @@ void _al_thread_create(_AL_THREAD *thread, void (*proc)(_AL_THREAD*, void*), voi
65
status = pthread_create(&thread->thread, NULL, thread_proc_trampoline, thread);
66
ASSERT(status == 0);
67
if (status != 0)
68
- abort();
+ abort();
69
}
70
71
0 commit comments