summaryrefslogtreecommitdiff
path: root/reentr.pl
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2003-03-31 04:43:37 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-01 05:11:53 +0000
commit8257dec7ed17c0d4d721411d2a781ceadf724da5 (patch)
tree7c076f069267e975bbd5d38739ceff9c4c6f4e01 /reentr.pl
parent04a238b5c425de76bcc94872f7a09936d590ad19 (diff)
downloadperl-8257dec7ed17c0d4d721411d2a781ceadf724da5.tar.gz
OS/2-related patches
Message-ID: <20030331204337.GA3634@math.berkeley.edu> p4raw-id: //depot/maint-5.8/perl@19106
Diffstat (limited to 'reentr.pl')
-rw-r--r--reentr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/reentr.pl b/reentr.pl
index 4f9619eb9e..d96cb3ab06 100644
--- a/reentr.pl
+++ b/reentr.pl
@@ -457,7 +457,7 @@ EOF
#endif
EOF
push @init, <<EOF;
-#ifdef __GLIBC__
+#if defined(__GLIBC__) || defined(__EMX__)
PL_reentrant_buffer->_${func}_struct.initialized = 0;
/* work around glibc-2.2.5 bug */
PL_reentrant_buffer->_${func}_struct.current_saltbits = 0;