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 --- include/bits/pthread.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 include/bits/pthread.h (limited to 'include/bits/pthread.h') diff --git a/include/bits/pthread.h b/include/bits/pthread.h deleted file mode 100644 index 7d19065d..00000000 --- a/include/bits/pthread.h +++ /dev/null @@ -1,6 +0,0 @@ -struct __ptcb { - long __jb[7]; - int __dummy; - struct __ptcb *__next; - void *__ptrs[3]; -}; -- cgit v1.2.1