summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-06 16:10:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-08 14:11:22 +0200
commitae75429ca1e733ac0eb731962266ffb23a188cbd (patch)
treeb927c85b598076f7a377253d2cab0715530e9bee /testsuites/psxtests
parentPR766: Delete __RTEMS_INSIDE__ (diff)
downloadrtems-ae75429ca1e733ac0eb731962266ffb23a188cbd.tar.bz2
PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psxfatal_support/system.h1
-rw-r--r--testsuites/psxtests/psxsignal05/init.c2
-rw-r--r--testsuites/psxtests/psxstack01/init.c1
-rw-r--r--testsuites/psxtests/psxstack02/init.c1
4 files changed, 0 insertions, 5 deletions
diff --git a/testsuites/psxtests/psxfatal_support/system.h b/testsuites/psxtests/psxfatal_support/system.h
index e7ba4b12f7..cbfe3e7723 100644
--- a/testsuites/psxtests/psxfatal_support/system.h
+++ b/testsuites/psxtests/psxfatal_support/system.h
@@ -17,7 +17,6 @@
* Some of the fatal error cases require the ability to peek inside RTEMS
*/
-#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <rtems.h>
#include <tmacros.h>
diff --git a/testsuites/psxtests/psxsignal05/init.c b/testsuites/psxtests/psxsignal05/init.c
index 3541becdff..dbd812c560 100644
--- a/testsuites/psxtests/psxsignal05/init.c
+++ b/testsuites/psxtests/psxsignal05/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
-
#define TEST_NAME "05"
#define TEST_STRING "User Signals"
#define SIGNAL_ONE SIGUSR1
diff --git a/testsuites/psxtests/psxstack01/init.c b/testsuites/psxtests/psxstack01/init.c
index 71590cfef6..bfd4d007f9 100644
--- a/testsuites/psxtests/psxstack01/init.c
+++ b/testsuites/psxtests/psxstack01/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <pmacros.h>
#include <errno.h>
#include <pthread.h>
diff --git a/testsuites/psxtests/psxstack02/init.c b/testsuites/psxtests/psxstack02/init.c
index 52cbc6a911..d7ae876a22 100644
--- a/testsuites/psxtests/psxstack02/init.c
+++ b/testsuites/psxtests/psxstack02/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <tmacros.h>
#include "test_support.h"