(empth_ctx_t): Unused, remove.
This commit is contained in:
parent
2eb3b4a4d2
commit
baabcc563e
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue