summaryrefslogtreecommitdiff
path: root/lib/libc/include/__thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/include/__thread.h')
-rw-r--r--lib/libc/include/__thread.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libc/include/__thread.h b/lib/libc/include/__thread.h
deleted file mode 100644
index f978d018..00000000
--- a/lib/libc/include/__thread.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __LIBC_THREAD_H
-#define __LIBC_THREAD_H
-
-struct __thread_self {
- int tid;
- int terrno;
-};
-
-#endif