From e88b5894f3032fe358af093208179ee69fcf365f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Jun 1996 18:28:30 +0000 Subject: added test case for nanosleep filling in the time remaining structure. --- testsuites/psxtests/psx01/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/psxtests/psx01') diff --git a/testsuites/psxtests/psx01/init.c b/testsuites/psxtests/psx01/init.c index 82f57cf9a6..28fe62622a 100644 --- a/testsuites/psxtests/psx01/init.c +++ b/testsuites/psxtests/psx01/init.c @@ -104,6 +104,7 @@ void *POSIX_Init( /* check the time remaining */ + printf( "sec (%d), nsec (%d) remaining\n", (int)tr.tv_sec, (int)tr.tv_nsec ); assert( !tr.tv_sec && !tr.tv_nsec ); /* create a thread */ -- cgit v1.2.3