summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx04/task3.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx04/task3.c')
-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 71ac39f0bb..5d4172cb2e 100644
--- a/testsuites/psxtests/psx04/task3.c
+++ b/testsuites/psxtests/psx04/task3.c
@@ -29,7 +29,7 @@ void *Task_3(
unsigned int remaining;
int status;
int sig;
- volatile union sigval value; /* should be removed once the H8300 target is fixed */
+ volatile union sigval value;
sigset_t mask;
siginfo_t info;