(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
|
@ -63,9 +63,9 @@
|
|||
#define loc_MIN_THREAD_STACK 16384
|
||||
|
||||
/************************
|
||||
* loc_Thread_t
|
||||
* loc_Thread
|
||||
*/
|
||||
struct loc_Thread_t {
|
||||
struct loc_Thread {
|
||||
|
||||
/* The thread name, passed in at create time. */
|
||||
char szName[17];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue