summaryrefslogtreecommitdiff
path: root/reentr.h
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2003-11-04 08:52:14 -0800
committerAbhijit Menon-Sen <ams@wiw.org>2003-11-05 16:46:12 +0000
commit5cb13b8da93037c2cbdb71661f5e68b171d254b8 (patch)
tree48532880f333a8a33feb04e0cbff55fa9432052e /reentr.h
parent5ea525d0de039812e70221e734564f5bfd21c4be (diff)
downloadperl-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/reentr.h b/reentr.h
index 6dbfc224bb..5e6e27498d 100644
--- a/reentr.h
+++ b/reentr.h
@@ -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;