(struct loc_RWLock_t): Rename struct loc_RWLock_t to struct loc_RWLock

as the struct loc_RWLock_t is not a typedef.  No functional changes.
This commit is contained in:
Ron Koenderink 2007-01-18 01:22:32 +00:00
parent c4cf0231ee
commit 68662df96a
2 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@ typedef struct empth_rwlock_t empth_rwlock_t;
typedef struct loc_Thread empth_t;
typedef struct loc_Sem empth_sem_t;
typedef struct loc_RWLock_t empth_rwlock_t;
typedef struct loc_RWLock empth_rwlock_t;
void empth_request_shutdown(void);
#endif /* EMPTH_W32 */