(struct loc_Sem_t): Rename struct loc_Sem_t to struct loc_Sem
as the struct loc_Sem_t is not a typedef. No functional changes.
This commit is contained in:
parent
d6efd51b09
commit
c4cf0231ee
2 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ typedef struct empth_rwlock_t empth_rwlock_t;
|
||||||
#define EMPTH_STACKCHECK 0x2
|
#define EMPTH_STACKCHECK 0x2
|
||||||
|
|
||||||
typedef struct loc_Thread empth_t;
|
typedef struct loc_Thread empth_t;
|
||||||
typedef struct loc_Sem_t empth_sem_t;
|
typedef struct loc_Sem empth_sem_t;
|
||||||
typedef struct loc_RWLock_t empth_rwlock_t;
|
typedef struct loc_RWLock_t empth_rwlock_t;
|
||||||
|
|
||||||
void empth_request_shutdown(void);
|
void empth_request_shutdown(void);
|
||||||
|
|
|
@ -93,9 +93,9 @@ struct loc_Thread {
|
||||||
|
|
||||||
|
|
||||||
/************************
|
/************************
|
||||||
* loc_Sem_t
|
* loc_Sem
|
||||||
*/
|
*/
|
||||||
struct loc_Sem_t {
|
struct loc_Sem {
|
||||||
|
|
||||||
char szName[17];
|
char szName[17];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue