summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-13 12:17:41 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-13 12:17:41 +0000
commit8852afe98d47e90a12c2f14d274e255e8ab59572 (patch)
tree756e5d499b4b71890532c3407216d51dd5a2e0d8 /makedef.pl
parentd74e8afc9309529cf5c6c4390fc311850865d506 (diff)
downloadperl-8852afe98d47e90a12c2f14d274e255e8ab59572.tar.gz
PL_use_safe_putenv needs to be in the export lists
p4raw-id: //depot/perl@25749
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 4e4f73a833..0ee159d6cf 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -668,6 +668,12 @@ unless ($define{'PERL_MALLOC_WRAP'}) {
)];
}
+if ($define{'PERL_USE_SAFE_PUTENV'}) {
+ skip_symbols [qw(
+ PL_use_safe_putenv
+ )];
+}
+
unless ($define{'USE_ITHREADS'}) {
skip_symbols [qw(
PL_thr_key