diff --git a/include/empthread.h b/include/empthread.h index 217efeb5..4b7167a1 100644 --- a/include/empthread.h +++ b/include/empthread.h @@ -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