Port musl to x86-64. One giant commit!
[musl] / arch / x86_64 / bits / pthread.h
diff --git a/arch/x86_64/bits/pthread.h b/arch/x86_64/bits/pthread.h
new file mode 100644 (file)
index 0000000..7d19065
--- /dev/null
@@ -0,0 +1,6 @@
+struct __ptcb {
+       long __jb[7];
+       int __dummy;
+       struct __ptcb *__next;
+       void *__ptrs[3];
+};