From 1355fdca7cb923c93f9011d8e9dcf49e1a67e537 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 15 Feb 2011 00:33:23 -0500 Subject: preparing build system to handle ports - step 1 --- arch/i386/bits/pthread.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/i386/bits/pthread.h (limited to 'arch/i386/bits/pthread.h') diff --git a/arch/i386/bits/pthread.h b/arch/i386/bits/pthread.h new file mode 100644 index 00000000..7d19065d --- /dev/null +++ b/arch/i386/bits/pthread.h @@ -0,0 +1,6 @@ +struct __ptcb { + long __jb[7]; + int __dummy; + struct __ptcb *__next; + void *__ptrs[3]; +}; -- cgit v1.2.1