Cleanup and Bugfixes
[tpg/acess2.git] / Kernel / threads.c
index 00fc050..3515fe0 100644 (file)
@@ -708,3 +708,6 @@ void Threads_SegFault(tVAddr Addr)
        Warning("Thread #%i committed a segfault at address %p", Proc_GetCurThread()->TID, Addr);
        Threads_Exit( 0, -1 );
 }
+
+// === EXPORTS ===
+EXPORT(Threads_GetUID);

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