(struct loc_Thread_t): Rename struct loc_Thread_t to struct loc_Thread
as the struct loc_Thread_t is not a typedef. No functional changes.
This commit is contained in:
parent
98250f2300
commit
d6efd51b09
2 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,7 @@ typedef struct empth_rwlock_t empth_rwlock_t;
|
|||
#define EMPTH_PRINT 0x1
|
||||
#define EMPTH_STACKCHECK 0x2
|
||||
|
||||
typedef struct loc_Thread_t empth_t;
|
||||
typedef struct loc_Thread empth_t;
|
||||
typedef struct loc_Sem_t empth_sem_t;
|
||||
typedef struct loc_RWLock_t empth_rwlock_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue