summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-21 13:49:59 +0200
committerNicholas Clark <nick@ccl4.org>2011-08-01 11:53:53 +0200
commitf4a67abafa1e7c5a13bff02284af8fce11f8ff4d (patch)
treef2dff06c0c21e55f2414f1dd4264f3eaba7418ec /makedef.pl
parent5608440fefa3d7bd829c844893115e8edb677c10 (diff)
downloadperl-f4a67abafa1e7c5a13bff02284af8fce11f8ff4d.tar.gz
In makedef.pl, remove the skip for Perl_pidgone for not-PERL_USES_PL_PIDSTATUS.
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).
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl
index 7474c5ac89..345d4c4c1c 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -711,7 +711,6 @@ if ($define{'SPRINTF_RETURNS_STRLEN'}) {
}
unless ($define{'PERL_USES_PL_PIDSTATUS'}) {
skip_symbols [qw(
- Perl_pidgone
PL_pidstatus
)];
}