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 | 5ce3d21263eb7dd6cca00cfdcd3ed8605ea50662 (patch) | |
tree | 48532880f333a8a33feb04e0cbff55fa9432052e /reentr.pl | |
parent | 3a5e5a26fd42be24d01ee071df8be7b62d42448e (diff) | |
download | perl-5ce3d21263eb7dd6cca00cfdcd3ed8605ea50662.tar.gz |
reentr.pl is not defining _srandom_struct
Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
p4raw-id: //depot/perl@21660
Diffstat (limited to 'reentr.pl')
-rw-r--r-- | reentr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -469,7 +469,7 @@ EOF EOF pushssif $endif; } - elsif ($func =~ /^(drand48|gmtime|localtime|random)$/) { + elsif ($func =~ /^(drand48|gmtime|localtime|random|srandom)$/) { pushssif $ifdef; push @struct, <<EOF; $seent{$func} _${func}_struct; |