Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/signal/signal.c')
-rw-r--r--newlib/libc/signal/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/signal/signal.c b/newlib/libc/signal/signal.c
index fc52bbab5..56c735372 100644
--- a/newlib/libc/signal/signal.c
+++ b/newlib/libc/signal/signal.c
@@ -144,7 +144,7 @@ _DEFUN (_signal_r, (ptr, sig, func),
int sig _AND
_sig_func_ptr func)
{
- _sig_func_ptr old_func, *temp;
+ _sig_func_ptr old_func;
if (sig < 0 || sig >= NSIG)
{