diff --git a/System Abstraction/cdb_sustem.h b/System Abstraction/cdb_sustem.h index 2330730..9bc14b7 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__ ((cdecl)) int (*sus_threadProc)(void); +typedef __attribute__ ((sysv_abi)) int (*sus_threadProc)(void); sus_Bool sus_threadNew(sus_threadProc proc, void * arg); void sus_threadSleep(unsigned long seconds); \ No newline at end of file