summaryrefslogtreecommitdiff
path: root/src/if_cscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index f373952dd..5d2453301 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -2181,11 +2181,10 @@ cs_read_prompt(int i)
/*
* Used to catch and ignore SIGALRM below.
*/
- static RETSIGTYPE
+ static void
sig_handler SIGDEFARG(sigarg)
{
// do nothing
- SIGRETURN;
}
#endif