summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx03
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-15 19:56:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-15 19:56:19 +0000
commitf88310da6c70a5b047b3cf3471f5d737ad18cd14 (patch)
treef22f58d9de334008c4ced7e7d5df28fb069d87f5 /testsuites/psxtests/psx03
parentinitial modifications to support sigtimedwait. (diff)
downloadrtems-f88310da6c70a5b047b3cf3471f5d737ad18cd14.tar.bz2
initial modifications to test sigtimedwait.
Diffstat (limited to 'testsuites/psxtests/psx03')
-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 );