From c8a4ed6d2a1c9f7627f1e6a7ec66d2b5da075ab3 Mon Sep 17 00:00:00 2001 From: Mark Johannes Date: Tue, 13 Aug 1996 19:06:45 +0000 Subject: task_2: added comments and print statement for task exit --- c/src/tests/psxtests/psx10/task2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/tests') 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 */ -- cgit v1.2.3