NetTest - Compiles, doesn't yet do much
[tpg/acess2.git] / Tools / nativelib / threads.c
index 5055dc3..501954d 100644 (file)
@@ -63,3 +63,9 @@ int *Threads_GetErrno(void)// __attribute__ ((weak))
        return &a_errno;
 }
 
+struct sThread *Proc_SpawnWorker(void (*Fcn)(void*), void *Data)
+{
+       Log_Error("Threads", "TODO - Use pthreads to impliment Proc_SpawnWorker");
+       return NULL;
+}
+

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