Usermode/libc - FP printf (partial)
[tpg/acess2.git] / Tools / nativelib / threads_int.c
index 3b7b08a..324b952 100644 (file)
@@ -14,7 +14,6 @@
 #include <shortlock.h>
 
 // === TYPES ===
-typedef struct sThread tThread;
 struct sThreadIntMutex { int lock; };
 struct sThreadIntSem { int val; };
 

UCC git Repository :: git.ucc.asn.au