summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstat
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 20:50:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 20:50:35 +0000
commitc9460e17ede95c5025d3355e0b5dab61aff050a5 (patch)
treefe633c1a41a94662778547431a2b30e70c7b71ee /testsuites/psxtests/psxstat
parent2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c9460e17ede95c5025d3355e0b5dab61aff050a5.tar.bz2
2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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().
Diffstat (limited to 'testsuites/psxtests/psxstat')
-rw-r--r--testsuites/psxtests/psxstat/test.c4
1 files changed, 2 insertions, 2 deletions
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 <pmacros.h>
#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() )
/*