summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal05
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-03 11:35:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-05 18:07:05 +0100
commitf9340ed7f43b81e172ebefebbb9fbd558080d1a3 (patch)
treea5ccd69f10430edd1a8bb4361594c509fdbfb08c /testsuites/psxtests/psxsignal05
parentrtems: Add signal post switch extension on the fly (diff)
downloadrtems-f9340ed7f43b81e172ebefebbb9fbd558080d1a3.tar.bz2
posix: Add and use <rtems/posix/psignalimpl.h>
This file contains the parts of <rtems/posix/psignal.h> that are only necessary for the POSIX API implementation.
Diffstat (limited to 'testsuites/psxtests/psxsignal05')
-rw-r--r--testsuites/psxtests/psxsignal05/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxsignal05/init.c b/testsuites/psxtests/psxsignal05/init.c
index 1556a94118..04c78793f2 100644
--- a/testsuites/psxtests/psxsignal05/init.c
+++ b/testsuites/psxtests/psxsignal05/init.c
@@ -11,6 +11,8 @@
#include "config.h"
#endif
+#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
+
#define TEST_NAME "05"
#define TEST_STRING "User Signals"
#define SIGNAL_ONE SIGUSR1
@@ -20,7 +22,7 @@
#include <signal.h>
#include <errno.h>
#include <errno.h>
-#include <rtems/posix/psignal.h>
+#include <rtems/posix/psignalimpl.h>
/* forward declarations to avoid warnings */
void *POSIX_Init(void *argument);