Cannot export svref_mutex in non-threaded perl
p4raw-id: //depot/perl@603
unsigned short *ary; \
int i; \
New(666, ary, 256, unsigned short); \
- FREAD(ary, 256, 2); \
+ BGET_FREAD(ary, 256, 2); \
for (i = 0; i < 256; i++) \
ary[i] = ntohs(ary[i]); \
arg = (char *) ary; \
Perl_condpair_magic
Perl_thr_key
Perl_sv_mutex
+Perl_svref_mutex
Perl_malloc_mutex
Perl_eval_mutex
Perl_eval_cond