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