projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0772a4e
)
#17775 changed reentr.c instead of reentr.pl, which generates it
Hugo van der Sanden [Mon, 26 Aug 2002 14:48:35 +0000 (14:48 +0000)]
p4raw-id: //depot/perl@17781
reentr.pl
patch
|
blob
|
blame
|
history
diff --git
a/reentr.pl
b/reentr.pl
index
cb9aca8
..
b2a6b91
100644
(file)
--- a/
reentr.pl
+++ b/
reentr.pl
@@
-457,6
+457,8
@@
EOF
push @init, <<EOF;
#ifdef __GLIBC__
PL_reentrant_buffer->_${func}_struct.initialized = 0;
+ /* work around glibc-2.2.5 bug */
+ PL_reentrant_buffer->_${func}_struct.current_saltbits = 0;
#endif
EOF
pushssif $endif;