]> git.pond.sub.org Git - empserver/commitdiff
(struct loc_Sem_t): Rename struct loc_Sem_t to struct loc_Sem
authorRon Koenderink <rkoenderink@yahoo.ca>
Thu, 18 Jan 2007 01:18:19 +0000 (01:18 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Thu, 18 Jan 2007 01:18:19 +0000 (01:18 +0000)
as the struct loc_Sem_t is not a typedef.  No functional changes.

include/empthread.h
src/lib/empthread/ntthread.c

index 3ef3fcf1a2a9497803746b6d52cbd89e0e912636..22b8e8365d448e8af6c19f701f26b34ef2b72eb6 100644 (file)
@@ -111,7 +111,7 @@ typedef struct empth_rwlock_t empth_rwlock_t;
 #define EMPTH_STACKCHECK  0x2
 
 typedef struct loc_Thread empth_t;
 #define EMPTH_STACKCHECK  0x2
 
 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;
 
 void empth_request_shutdown(void);
 typedef struct loc_RWLock_t empth_rwlock_t;
 
 void empth_request_shutdown(void);
index db0333e1fd3f6e62e166021b00bde61de0d8e57c..88192db02d547b46ce2b6f2793491596a8aece3f 100644 (file)
@@ -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];