From e2ceeca77ee2caaa78ca194a7b1ed6dc63735d3d Mon Sep 17 00:00:00 2001 From: Mark Johannes Date: Fri, 23 Aug 1996 15:50:53 +0000 Subject: Added build_time statement to provide a tm for the test --- c/src/tests/psxtests/psx01/init.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'c/src/tests') diff --git a/c/src/tests/psxtests/psx01/init.c b/c/src/tests/psxtests/psx01/init.c index 632ec15274..845cf7cc3e 100644 --- a/c/src/tests/psxtests/psx01/init.c +++ b/c/src/tests/psxtests/psx01/init.c @@ -18,6 +18,8 @@ void *POSIX_Init( void *argument ) { + struct timespec tv; + struct timespec tr; int status; int priority; pthread_t thread_id; @@ -25,11 +27,11 @@ void *POSIX_Init( time_t seconds1; time_t remaining; struct tm tm; - struct timespec tv; - struct timespec tr; puts( "\n\n*** POSIX TEST 1 ***" ); + build_time( &tm, TM_FRIDAY, TM_MAY, 24, 96, 11, 5, 0 ); + /* error cases in clock_gettime and clock_settime */ puts( "Init: clock_gettime - EINVAL (invalid clockid)" ); -- cgit v1.2.3