In makedef.pl, remove the skip for Perl_pidgone for not-PERL_USES_PL_PIDSTATUS.
authorNicholas Clark <nick@ccl4.org>
Thu, 21 Jul 2011 11:49:59 +0000 (13:49 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:53 +0000 (11:53 +0200)
The skip for Perl_pidgone was added by 0c25f67f45e5dccb in 2005, However,
Perl_pidgone was never in the public API, and has not been available for
export since commit 954c1994944eafa7 (in January 2000).

makedef.pl

index 7474c5a..345d4c4 100644 (file)
@@ -711,7 +711,6 @@ if ($define{'SPRINTF_RETURNS_STRLEN'}) {
 }
 unless ($define{'PERL_USES_PL_PIDSTATUS'}) {
     skip_symbols [qw(
-                    Perl_pidgone
                     PL_pidstatus
                    )];
 }