summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx06/task2.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-09 16:01:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-09 16:01:50 +0000
commit5b08e20b5e2dfb60f93ada34f370db03112dc5cc (patch)
tree284b279d63ea2cbc5ef504bccebcdab948b4c8ad /c/src/tests/psxtests/psx06/task2.c
parentnew test to test scheduling policy and paremeter paths in pthread_create. (diff)
downloadrtems-5b08e20b5e2dfb60f93ada34f370db03112dc5cc.tar.bz2
changed printf's which could be puts's to puts
Diffstat (limited to 'c/src/tests/psxtests/psx06/task2.c')
-rw-r--r--c/src/tests/psxtests/psx06/task2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/psx06/task2.c b/c/src/tests/psxtests/psx06/task2.c
index 8446edfeaa..90569f993c 100644
--- a/c/src/tests/psxtests/psx06/task2.c
+++ b/c/src/tests/psxtests/psx06/task2.c
@@ -43,8 +43,7 @@ void *Task_2(
printf( "status = %d\n", status );
assert( !status );
- printf( "Task2: exitting\n" );
-
+ puts( "Task2: exitting" );
pthread_exit( NULL );
/* switch to init task */