summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond04/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmcond04/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmcond04/init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/psxtmtests/psxtmcond04/init.c b/testsuites/psxtmtests/psxtmcond04/init.c
index eb2823082e..2c16dfa04f 100644
--- a/testsuites/psxtmtests/psxtmcond04/init.c
+++ b/testsuites/psxtmtests/psxtmcond04/init.c
@@ -33,10 +33,10 @@ void *Blocker(
)
{
- long end_time;
- struct sched_param param;
- int policy;
- int status;
+ uint32_t end_time;
+ struct sched_param param;
+ int policy;
+ int status;
status = pthread_mutex_lock(&MutexID);
rtems_test_assert( status == 0 );