X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fthreads_int.h;h=124f51a190b4993189f34b31b4f4c9ca9ba79876;hb=9a70d1ed74070f56c34b856f88931b134d429c3a;hp=f5c7b1b85508c413d553a2622483995cdf992e71;hpb=9c61cf12758c0977ee1dc5791cba638fd3437ba6;p=tpg%2Facess2.git diff --git a/Kernel/include/threads_int.h b/Kernel/include/threads_int.h index f5c7b1b8..124f51a1 100644 --- a/Kernel/include/threads_int.h +++ b/Kernel/include/threads_int.h @@ -111,7 +111,7 @@ extern void Threads_AddActive(tThread *Thread); extern tThread *Threads_RemActive(void); extern tThread *Threads_GetNextToRun(int CPU, tThread *Last); -extern tThread *Threads_CloneTCB(Uint *Err, Uint Flags); +extern tThread *Threads_CloneTCB(Uint Flags); extern tThread *Threads_CloneThreadZero(void); #endif