summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psx10/task2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx10/task2.c b/testsuites/psxtests/psx10/task2.c
index 7248f13898..1b1c03557e 100644
--- a/testsuites/psxtests/psx10/task2.c
+++ b/testsuites/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 */