projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5608440
)
In makedef.pl, remove the skip for Perl_pidgone for not-PERL_USES_PL_PIDSTATUS.
author
Nicholas Clark
<nick@ccl4.org>
Thu, 21 Jul 2011 11:49:59 +0000
(13:49 +0200)
committer
Nicholas 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
patch
|
blob
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
7474c5a
..
345d4c4
100644
(file)
--- 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
)];
}