summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-13 19:06:45 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-13 19:06:45 +0000
commitc8a4ed6d2a1c9f7627f1e6a7ec66d2b5da075ab3 (patch)
tree6351dfcae8b6ada04996f3d1cea117a744567545 /testsuites/psxtests
parenttask_1: added comments and print statement for task exit (diff)
downloadrtems-c8a4ed6d2a1c9f7627f1e6a7ec66d2b5da075ab3.tar.bz2
task_2: added comments and print statement for task exit
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 */