diff options
author | David Mitchell <davem@iabyn.com> | 2019-11-12 11:36:38 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2019-11-18 09:34:41 +0000 |
commit | b466a940de7998b0b4a38c082d889560b3e062c3 (patch) | |
tree | b3b82acb223de0cff3a3d7acc661b398a807bfca /mg.c | |
parent | dc43527e631fda66ed358b244af395bf5165cbcc (diff) | |
download | perl-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.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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); |