summaryrefslogtreecommitdiffstats
path: root/c/src/tests
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 /c/src/tests
parentRemoved prototyes for static inline routines and moved the comments into (diff)
downloadrtems-e6424462c3af44f9a43770f744ad15d24fe81d05.tar.bz2
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 'c/src/tests')
-rw-r--r--c/src/tests/tmtests/tm26/task1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/tests/tmtests/tm26/task1.c b/c/src/tests/tmtests/tm26/task1.c
index aef869dd96..c55c9098ed 100644
--- a/c/src/tests/tmtests/tm26/task1.c
+++ b/c/src/tests/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"