summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 13:13:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 13:13:34 +0000
commite6d4b1d0861d0bd37d7d57db696286de254ad7a2 (patch)
treece96d2e276eae56d55b7102091d975ca6504922b /testsuites/support/include
parentnew file (diff)
downloadrtems-e6d4b1d0861d0bd37d7d57db696286de254ad7a2.tar.bz2
added initial posix configuration support
Diffstat (limited to 'testsuites/support/include')
-rw-r--r--testsuites/support/include/tmacros.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index f5c5e8bfbf..203261d6f8 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -109,7 +109,8 @@ extern "C" {
(TB)->ticks = TK; }
#define task_number( tid ) \
- ( rtems_get_index( tid ) - BSP_Configuration.number_of_initialization_tasks )
+ ( rtems_get_index( tid ) - \
+ BSP_Configuration.RTEMS_api_configuration->number_of_initialization_tasks )
static inline rtems_unsigned32 get_ticks_per_second( void )
{