]> git.pond.sub.org Git - empserver/blobdiff - include/empthread.h
(struct loc_RWLock_t): Rename struct loc_RWLock_t to struct loc_RWLock
[empserver] / include / empthread.h
index 22b8e8365d448e8af6c19f701f26b34ef2b72eb6..4b3144e967d915e517f6504368840d39258c8928 100644 (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 */