summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 22:44:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 22:44:49 +0000
commit4381e50e1ee26dca661c9f5073288955e04f648d (patch)
treea1c1770bcf6b9fe1e948764df8a57a70749a095c /cpukit
parentRegenerated (diff)
downloadrtems-4381e50e1ee26dca661c9f5073288955e04f648d.tar.bz2
Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-target-default.cfg
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/unix/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/cpu/unix/cpu.c b/cpukit/score/cpu/unix/cpu.c
index 6eb338f991..5b927b7a40 100644
--- a/cpukit/score/cpu/unix/cpu.c
+++ b/cpukit/score/cpu/unix/cpu.c
@@ -243,7 +243,6 @@ void _CPU_Sync_io_Init()
unsigned32 _CPU_ISR_Get_level( void )
{
sigset_t old_mask;
- sigset_t new_mask;
#if defined(__linux__)
sigemptyset( &old_mask );