]> git.pond.sub.org Git - empserver/commitdiff
[_EMPTH_WIN32]: Previous rev. didn't even compile, fix.
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 18 Feb 2004 07:12:51 +0000 (07:12 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 18 Feb 2004 07:12:51 +0000 (07:12 +0000)
include/empthread.h

index 217efeb59a183812585fa2d2b082049fc7dbe806..4b7167a1d9794c5e1772b7f25d0a6d818502308e 100644 (file)
@@ -103,7 +103,7 @@ typedef struct {
 #define EMPTH_STACKCHECK  0x2
 
 typedef struct loc_Thread_t empth_t;
-typedef struct loc_Sem_t void empth_sem_t;
+typedef struct loc_Sem_t empth_sem_t;
 
 #endif