summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2019-11-12 11:36:38 +0000
committerDavid Mitchell <davem@iabyn.com>2019-11-18 09:34:41 +0000
commitb466a940de7998b0b4a38c082d889560b3e062c3 (patch)
treeb3b82acb223de0cff3a3d7acc661b398a807bfca /mg.c
parentdc43527e631fda66ed358b244af395bf5165cbcc (diff)
downloadperl-b466a940de7998b0b4a38c082d889560b3e062c3.tar.gz
Perl_csighandler(): remove forward declaration
There's a forward declaration of this function in mg.c. This should be redundant in these days of embed.fnc and embed.h, so remove it.
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mg.c b/mg.c
index 81c654baf9..e1417741fa 100644
--- a/mg.c
+++ b/mg.c
@@ -62,13 +62,6 @@ tie.
# include <sys/prctl.h>
#endif
-
-#ifdef PERL_USE_3ARG_SIGHANDLER
-Signal_t Perl_csighandler(int sig, Siginfo_t *, void *);
-#else
-Signal_t Perl_csighandler(int sig);
-#endif
-
#ifdef __Lynx__
/* Missing protos on LynxOS */
void setruid(uid_t id);