summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx08/task2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx08/task2.c')
-rw-r--r--testsuites/psxtests/psx08/task2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx08/task2.c b/testsuites/psxtests/psx08/task2.c
index ffdd92bbdb..d7f8fc003c 100644
--- a/testsuites/psxtests/psx08/task2.c
+++ b/testsuites/psxtests/psx08/task2.c
@@ -38,7 +38,7 @@ void *Task_2(
if ( status != EINVAL )
printf( "status = %d\n", status );
assert( status == EINVAL );
-
+
puts( "Task_2: join to self task (Init) -- EDEADLK" );
status = pthread_join( pthread_self(), NULL );
if ( status != EDEADLK )