aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 2d49cce..73ef344 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -2480,9 +2480,9 @@ scan_libraries (const char *prog_name)
}
/* Parent context from here on. */
- int_handler = (void (*) (int))) signal (SIGINT, SIG_IGN;
+ int_handler = (void (*) (int)) signal (SIGINT, SIG_IGN);
#ifdef SIGQUIT
- quit_handler = (void (*) (int))) signal (SIGQUIT, SIG_IGN;
+ quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN);
#endif
if (close (pipe_fd[1]) < 0)