summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx04
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx04')
-rw-r--r--testsuites/psxtests/psx04/task3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx04/task3.c b/testsuites/psxtests/psx04/task3.c
index 8f3990ef31..da4fb44e53 100644
--- a/testsuites/psxtests/psx04/task3.c
+++ b/testsuites/psxtests/psx04/task3.c
@@ -27,7 +27,7 @@ void *Task_3(
unsigned int remaining;
int status;
int sig;
- union sigval value;
+ volatile union sigval value; /* should be removed once the H8300 target is fixed */
sigset_t mask;
siginfo_t info;