summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx03/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx03/init.c')
-rw-r--r--testsuites/psxtests/psx03/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx03/init.c b/testsuites/psxtests/psx03/init.c
index 8b1b3835ae..99b6d715f8 100644
--- a/testsuites/psxtests/psx03/init.c
+++ b/testsuites/psxtests/psx03/init.c
@@ -139,6 +139,8 @@ void *POSIX_Init(
* wait on SIGUSR1 for 3 seconds, Task_2 will send it to us
*/
+ empty_line();
+
/* create a thread */
status = pthread_create( &Task_id, NULL, Task_2, NULL );