blob: b9acd16616ccabcf81bdb82ee3b82ceda08d5c4f [file] [log] [blame]
#include <threads.h>
#include "threads_impl.h"
_Noreturn void thrd_exit(int result) { __pthread_exit((void*)(intptr_t)result); }