From c9460e17ede95c5025d3355e0b5dab61aff050a5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Aug 2009 20:50:35 +0000 Subject: 2009-08-12 Joel Sherrill * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second(). --- testsuites/psxtests/psxstat/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtests/psxstat') diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c index 8abcf6826a..41489f9328 100644 --- a/testsuites/psxtests/psxstat/test.c +++ b/testsuites/psxtests/psxstat/test.c @@ -2,7 +2,7 @@ * This test exercises stat() via fstat() and generates as many of the * path evaluation cases as possible. * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -27,7 +27,7 @@ #include #define MAXSYMLINK 5 /* There needs to be a better way of getting this. */ -#define TIMEOUT_VALUE ( 5 * TICKS_PER_SECOND ) +#define TIMEOUT_VALUE ( 5 * rtems_clock_get_ticks_per_second() ) /* -- cgit v1.2.3