summaryrefslogtreecommitdiff
path: root/testsuites/tmtests/tm26
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-03-06 21:37:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-03-06 21:37:43 +0000
commite6424462c3af44f9a43770f744ad15d24fe81d05 (patch)
tree8b94d10984287de18c87b71735e0ac9491677444 /testsuites/tmtests/tm26
parent1a8fde6ca27afea19faf9bf6487d8aa20b4a8d41 (diff)
As part of reducing visibility into rtems and hiding the .inl files
from the application code, this file required more visibility than is given by default to application code.
Diffstat (limited to 'testsuites/tmtests/tm26')
-rw-r--r--testsuites/tmtests/tm26/task1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm26/task1.c b/testsuites/tmtests/tm26/task1.c
index aef869dd96..c55c9098ed 100644
--- a/testsuites/tmtests/tm26/task1.c
+++ b/testsuites/tmtests/tm26/task1.c
@@ -12,6 +12,7 @@
*/
#define TEST_INIT
+#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <rtems.h>
#include "system.h"
#include "fptest.h"