summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx04/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx04/init.c')
-rw-r--r--testsuites/psxtests/psx04/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx04/init.c b/testsuites/psxtests/psx04/init.c
index e9311b9e16..76ef33bb4c 100644
--- a/testsuites/psxtests/psx04/init.c
+++ b/testsuites/psxtests/psx04/init.c
@@ -414,6 +414,9 @@ void *POSIX_Init(
/* Suspend for signal that has already be sent */
+ status = sigemptyset( &mask );
+ rtems_test_assert( !status );
+
puts( "Init: sigsuspend for any signal" );
status = sigsuspend( &mask );
rtems_test_assert( status );