summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx06/task.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 /testsuites/psxtests/psx06/task.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 '')
-rw-r--r--testsuites/psxtests/psx06/task.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/psxtests/psx06/task.c b/testsuites/psxtests/psx06/task.c
index f8fcb1e7e2..a4ebc285f4 100644
--- a/testsuites/psxtests/psx06/task.c
+++ b/testsuites/psxtests/psx06/task.c
@@ -42,8 +42,7 @@ void *Task_1(
printf( "status = %d\n", status );
assert( !status );
- printf( "Task_1: exitting\n" );
-
+ puts( "Task_1: exitting" );
pthread_exit( NULL );
/* switch to task 2 */