summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxsignal01/init.c')
-rw-r--r--testsuites/psxtests/psxsignal01/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psxsignal01/init.c b/testsuites/psxtests/psxsignal01/init.c
index 00098d22db..a36d0846cb 100644
--- a/testsuites/psxtests/psxsignal01/init.c
+++ b/testsuites/psxtests/psxsignal01/init.c
@@ -186,7 +186,7 @@ void *POSIX_Init(
Timer_id[ 0 ],
1,
Signal_duringISR_TSR,
- NULL
+ NULL
);
sleep(5);
/* signal occurs during interruptible sleep */
@@ -201,7 +201,7 @@ void *POSIX_Init(
Timer_id[ 0 ],
10,
Signal_duringISR_TSR,
- NULL
+ NULL
);
do {
end = rtems_clock_get_ticks_since_boot();
@@ -215,7 +215,7 @@ void *POSIX_Init(
/* end of install a signal handler for SIGUSR1 */
Signal_occurred = 0;
-
+
puts("*** Validate unexpected program termination ***");
puts( "*** END OF POSIX TEST SIGNAL ***" );
_POSIX_signals_Abnormal_termination_handler( SIGUSR1 );