void
This commit is contained in:
parent
97175a8161
commit
a77346cc5a
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user