summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/tmacros.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:45:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:45:20 +0000
commitd5a36d3b186476354ba9e8c5383fef7011e4c930 (patch)
treedbeb15dc89c32ad606085b1b4475721b585d799c /testsuites/support/include/tmacros.h
parent2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d5a36d3b186476354ba9e8c5383fef7011e4c930.tar.bz2
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
Diffstat (limited to 'testsuites/support/include/tmacros.h')
-rw-r--r--testsuites/support/include/tmacros.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index a3e3ddd845..71792bd754 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -31,9 +31,8 @@ extern "C" {
#define FOREVER 1 /* infinite loop */
-#ifdef TEST_INIT
+#ifdef CONFIGURE_INIT
#define TEST_EXTERN
-#define CONFIGURE_INIT
#else
#define TEST_EXTERN extern
#endif