summaryrefslogtreecommitdiff
path: root/lib/libc/include/__thread.h
blob: f978d018198f48a10fba3bea5f338da1ed70b606 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __LIBC_THREAD_H
#define __LIBC_THREAD_H

struct __thread_self {
	int tid;
	int terrno;
};

#endif