summaryrefslogtreecommitdiffstats
path: root/posix_api/psx_example_2/test2.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix_api/psx_example_2/test2.c')
-rw-r--r--posix_api/psx_example_2/test2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix_api/psx_example_2/test2.c b/posix_api/psx_example_2/test2.c
index b9df107..499e899 100644
--- a/posix_api/psx_example_2/test2.c
+++ b/posix_api/psx_example_2/test2.c
@@ -24,7 +24,7 @@ void * print_hello(void * arg)
return NULL;
}
-int *POSIX_Init()
+void *POSIX_Init(void *arg)
{
pthread_t child;
if ( pthread_create( &child, NULL, print_hello, NULL ))