From baabcc563eb5598c1b3f27217f432c776ef1467f Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 28 Aug 2004 12:49:13 +0000 Subject: [PATCH] (empth_ctx_t): Unused, remove. --- include/empthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/empthread.h b/include/empthread.h index 4b7167a1..8f643312 100644 --- a/include/empthread.h +++ b/include/empthread.h @@ -66,7 +66,7 @@ typedef struct lwpSem empth_sem_t; #define EMPTH_STACKCHECK 0x2 #define EMPTH_KILLED 1 -typedef struct empth_ctx_t { +typedef struct { char *name; /* thread name */ char *desc; /* description */ void *ud; /* user data */