ObjFW  Diff

Differences From Artifact [1e29dc7f87]:

To Artifact [c4125134ec]:


67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
bool
of_thread_detach(of_thread_t thread)
{
	/* FIXME */
	return true;
}

void OF_NO_RETURN
of_thread_exit(void)
{
	ExitThread(0);

	OF_UNREACHABLE
}








|







67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
bool
of_thread_detach(of_thread_t thread)
{
	/* FIXME */
	return true;
}

void OF_NO_RETURN_FUNC
of_thread_exit(void)
{
	ExitThread(0);

	OF_UNREACHABLE
}