projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d74e8af
)
PL_use_safe_putenv needs to be in the export lists
H.Merijn Brand [Thu, 13 Oct 2005 12:17:41 +0000 (12:17 +0000)]
p4raw-id: //depot/perl@25749
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
4e4f73a
..
0ee159d
100644
(file)
--- 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