X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.c;h=25cdcd6e4ba3f3cb3fa02b777ac28987d22a8424;hb=83ea2aad1336e3391e134c006ffdacaf0b5bd14a;hp=91caf608849f986bb0443f116cc8fa34b5578a29;hpb=3fcd5a54ee9a769b0df77dcf2827b3be2e6ddbd1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perl.c b/perl.c index 91caf60..25cdcd6 100644 --- a/perl.c +++ b/perl.c @@ -61,7 +61,7 @@ static I32 read_e_script(pTHXo_ int idx, SV *buf_sv, int maxlen); /* this is called in parent before the fork() */ void -Perl_atfork_lock(pTHX) +Perl_atfork_lock(void) { /* locks must be held in locking order (if any) */ #ifdef MYMALLOC @@ -72,7 +72,7 @@ Perl_atfork_lock(pTHX) /* this is called in both parent and child after the fork() */ void -Perl_atfork_unlock(pTHX) +Perl_atfork_unlock(void) { /* locks must be released in same order as in S_atfork_lock() */ #ifdef MYMALLOC