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

struct __thread_self {
	int tid;
	int _errno;
};

#endif