From 6214a9dbbac54c616cd5f23815036d613f2fbbfc Mon Sep 17 00:00:00 2001 From: The Arrayser <68914060+TheArrayser@users.noreply.github.com> Date: Tue, 30 Aug 2022 13:22:09 +0200 Subject: [PATCH] Add files via upload --- 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 9bc14b7..19eea56 100644 --- a/System Abstraction/cdb_sustem.h +++ b/System Abstraction/cdb_sustem.h @@ -41,6 +41,6 @@ void sus_heapFree(void * memroy); // what should this function do, if an error o // Networking API -- coming soon, cuz idk //Threads -typedef __attribute__ ((sysv_abi)) int (*sus_threadProc)(void); +typedef __attribute__ ((sysv_abi)) int (*sus_threadProc)(void * arg); sus_Bool sus_threadNew(sus_threadProc proc, void * arg); void sus_threadSleep(unsigned long seconds); \ No newline at end of file