From b1472629035a383c746bbf42162efd4f59b2ffc8 Mon Sep 17 00:00:00 2001 From: The Arrayser <68914060+TheArrayser@users.noreply.github.com> Date: Tue, 30 Aug 2022 13:16:32 +0200 Subject: [PATCH] sustem --- System Abstraction/cdb_sustem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System Abstraction/cdb_sustem.h b/System Abstraction/cdb_sustem.h index c77eff2..2330730 100644 --- a/System Abstraction/cdb_sustem.h +++ b/System Abstraction/cdb_sustem.h @@ -42,5 +42,5 @@ void sus_heapFree(void * memroy); // what should this function do, if an error o //Threads typedef __attribute__ ((cdecl)) int (*sus_threadProc)(void); -sus_Bool sus_threadNew(sus_threadProc proc); +sus_Bool sus_threadNew(sus_threadProc proc, void * arg); void sus_threadSleep(unsigned long seconds); \ No newline at end of file