diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2003-03-31 04:43:37 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-01 05:11:53 +0000 |
commit | 8257dec7ed17c0d4d721411d2a781ceadf724da5 (patch) | |
tree | 7c076f069267e975bbd5d38739ceff9c4c6f4e01 /reentr.pl | |
parent | 04a238b5c425de76bcc94872f7a09936d590ad19 (diff) | |
download | perl-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.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |