From f88310da6c70a5b047b3cf3471f5d737ad18cd14 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 15 Jun 1996 19:56:19 +0000 Subject: initial modifications to test sigtimedwait. --- testsuites/psxtests/psx03/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/psxtests/psx03') 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 ); -- cgit v1.2.3