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

struct __thread_self {
	int tid;
};

#endif