diff options
author | Jan Dubois <jand@activestate.com> | 2003-11-04 08:52:14 -0800 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2003-11-05 16:46:12 +0000 |
commit | 5cb13b8da93037c2cbdb71661f5e68b171d254b8 (patch) | |
tree | 48532880f333a8a33feb04e0cbff55fa9432052e /reentr.h | |
parent | 5ea525d0de039812e70221e734564f5bfd21c4be (diff) | |
download | perl-5cb13b8da93037c2cbdb71661f5e68b171d254b8.tar.gz |
reentr.pl is not defining _srandom_struct
Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
p4raw-id: //depot/perl@21660
Diffstat (limited to 'reentr.h')
-rw-r--r-- | reentr.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -748,6 +748,9 @@ typedef struct { char* _setlocale_buffer; size_t _setlocale_size; #endif /* HAS_SETLOCALE_R */ +#ifdef HAS_SRANDOM_R + struct random_data _srandom_struct; +#endif /* HAS_SRANDOM_R */ #ifdef HAS_STRERROR_R char* _strerror_buffer; size_t _strerror_size; |