summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/i386/include/ksd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/arch/i386/include/ksd.h')
-rw-r--r--lib/libpthread/arch/i386/include/ksd.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/libpthread/arch/i386/include/ksd.h b/lib/libpthread/arch/i386/include/ksd.h
index 0b38505e82a3..4921238d1e0d 100644
--- a/lib/libpthread/arch/i386/include/ksd.h
+++ b/lib/libpthread/arch/i386/include/ksd.h
@@ -34,22 +34,9 @@
#include <sys/types.h>
-struct pthread;
-struct __ucontext;
struct kse;
/*
- * KSE Specific Data.
- */
-struct ksd {
- int ldt;
-#define KSDF_INITIALIZED 0x01
- long flags;
- void *base;
- long size;
-};
-
-/*
* Evaluates to the byte offset of the per-kse variable name.
*/
#define __ksd_offset(name) __offsetof(struct kse, name)