@@ -39,11 +39,11 @@ struct Task *task; void (*function)(id); id object; struct SignalSemaphore semaphore; struct Task *joinTask; - uint8_t joinSigBit; + unsigned char joinSigBit; bool detached, done; } *of_thread_t; #endif typedef struct of_thread_attr_t {