summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal02
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-29 18:30:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-29 18:30:45 +0000
commita2b8140290862623b79bb9b1314edb7d98e67f69 (patch)
treec5421bbee5a387d87e263d8f38c345fd017b280d /testsuites/psxtests/psxsignal02
parent2009-07-29 Roxana Leontie <roxana.leontie@gmail.com> (diff)
downloadrtems-a2b8140290862623b79bb9b1314edb7d98e67f69.tar.bz2
2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxsignal02/init.c: Fix spacing.
Diffstat (limited to 'testsuites/psxtests/psxsignal02')
-rw-r--r--testsuites/psxtests/psxsignal02/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxsignal02/init.c b/testsuites/psxtests/psxsignal02/init.c
index 801a9e278a..52cca31fc2 100644
--- a/testsuites/psxtests/psxsignal02/init.c
+++ b/testsuites/psxtests/psxsignal02/init.c
@@ -126,12 +126,12 @@ void *POSIX_Init(
pthread_attr_t attr;
struct sched_param param;
Test_t *test;
+ struct sigaction act;
puts( "\n\n*** POSIX TEST SIGNAL 02 ***" );
Signal_occurred = false;
- struct sigaction act;
act.sa_handler = Signal_handler;
act.sa_flags = 0;
sigaction( SIGUSR1, &act, NULL );