This commit is contained in:
The Arrayser 2022-08-30 13:42:25 +02:00 committed by GitHub
parent 97175a8161
commit a77346cc5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#include "../../../System Abstraction/cdb_sustem.h"
#include <stdio.h>
__attribute__ ((sysv_abi)) int testProc(void * arg){
__attribute__ ((sysv_abi)) void testProc(void * arg){
printf("in testProc ... Going to sleep, %i\n", *(int *)arg);
sus_threadSleep(5);
printf("after sleeping in testProc\n");