summaryrefslogtreecommitdiff
path: root/nonstd/static/thread.h
blob: 00b4086100e841b3df3a3b900ff783f9625ce314 (plain)
1
2
3
4
5
static struct per_thread *per_thread(void)
{
	static struct per_thread pt = {0};
	return &pt;
}