Commenting for new function
[tpg/acess2.git] / Kernel / threads.c
index 3341708..075350d 100644 (file)
@@ -610,11 +610,11 @@ void Threads_SendSignal(int TID, int Num)
 #endif
 
 // --- Process Structure Access Functions ---
-int Threads_GetPID()
+tPID Threads_GetPID()
 {
        return Proc_GetCurThread()->TGID;
 }
-int Threads_GetTID()
+tTID Threads_GetTID()
 {
        return Proc_GetCurThread()->TID;
 }

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