summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx10/task2.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psx10/task2.c')
-rw-r--r--c/src/tests/psxtests/psx10/task2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/tests/psxtests/psx10/task2.c b/c/src/tests/psxtests/psx10/task2.c
index 7248f13898..1b1c03557e 100644
--- a/c/src/tests/psxtests/psx10/task2.c
+++ b/c/src/tests/psxtests/psx10/task2.c
@@ -40,6 +40,7 @@ void *Task_2(
status = pthread_mutex_unlock( &Mutex_id );
assert( !status );
+ puts( "Task_2: task exit" );
pthread_exit( NULL );
return NULL; /* just so the compiler thinks we returned something */