summaryrefslogtreecommitdiff
path: root/perlvars.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-20 15:04:47 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-20 15:04:47 +0000
commit8b84d7dd02217bb6a27641e6dd03ba3749f6cbe6 (patch)
tree23508509a88ad59532cc205b85bfef068d9816eb /perlvars.h
parentfa36c1f0228e069bbe2ce9deb846c72334bb6f27 (diff)
downloadperl-8b84d7dd02217bb6a27641e6dd03ba3749f6cbe6.tar.gz
Enable perlio mutexes under threads (by Jarkko)
p4raw-id: //depot/perl@29065
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlvars.h b/perlvars.h
index c8706f53ad..5bdad036da 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -139,6 +139,6 @@ PERLVARI(Gmy_cxt_index, int, 0)
PERLVAR(Ghints_mutex, perl_mutex) /* Mutex for refcounted he refcounting */
#endif
-#if defined(USE_THREADS) /* Yes, 5.005 threads - should be removed. */
+#if defined(USE_ITHREADS)
PERLVAR(Gperlio_mutex, perl_mutex) /* Mutex for perlio fd refcounts */
#endif