summaryrefslogtreecommitdiff
path: root/arch/arm/bits/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/bits/pthread.h')
-rw-r--r--arch/arm/bits/pthread.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/bits/pthread.h b/arch/arm/bits/pthread.h
new file mode 100644
index 00000000..9cd15f25
--- /dev/null
+++ b/arch/arm/bits/pthread.h
@@ -0,0 +1,6 @@
+struct __ptcb {
+ long __jb[64];
+ int __dummy;
+ struct __ptcb *__next;
+ void *__ptrs[3];
+};