summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/intrpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/intrpvar.h')
-rw-r--r--contrib/perl5/intrpvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/perl5/intrpvar.h b/contrib/perl5/intrpvar.h
index dfdcca8..1f6244d 100644
--- a/contrib/perl5/intrpvar.h
+++ b/contrib/perl5/intrpvar.h
@@ -199,6 +199,7 @@ PERLVAR(Isublex_info, SUBLEXINFO) /* from toke.c */
#ifdef USE_THREADS
PERLVAR(Ithrsv, SV *) /* struct perl_thread for main thread */
PERLVARI(Ithreadnum, U32, 0) /* incremented each thread creation */
+PERLVAR(Istrtab_mutex, perl_mutex) /* Mutex for string table access */
#endif /* USE_THREADS */
PERLVARI(Ibytecode_iv_overflows,int, 0) /* from bytecode.h */
OpenPOWER on IntegriCloud