From de549c3df9310861ccd4b19ef837bb94565b2290 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Sep 2014 10:16:43 -0500 Subject: Misc psxtmtests: Use uint32_t not long for end_time to match printf() format expectations --- testsuites/psxtmtests/psxtmcond06/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtmtests/psxtmcond06') diff --git a/testsuites/psxtmtests/psxtmcond06/init.c b/testsuites/psxtmtests/psxtmcond06/init.c index 371792640f..91bef6c5f8 100644 --- a/testsuites/psxtmtests/psxtmcond06/init.c +++ b/testsuites/psxtmtests/psxtmcond06/init.c @@ -52,7 +52,7 @@ void *POSIX_Init( void *argument ) { - long end_time; + uint32_t end_time; int status; int i; pthread_t threadId; -- cgit v1.2.3