diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-20 15:04:47 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-20 15:04:47 +0000 |
commit | 8b84d7dd02217bb6a27641e6dd03ba3749f6cbe6 (patch) | |
tree | 23508509a88ad59532cc205b85bfef068d9816eb /perlvars.h | |
parent | fa36c1f0228e069bbe2ce9deb846c72334bb6f27 (diff) | |
download | perl-8b84d7dd02217bb6a27641e6dd03ba3749f6cbe6.tar.gz |
Enable perlio mutexes under threads (by Jarkko)
p4raw-id: //depot/perl@29065
Diffstat (limited to 'perlvars.h')
-rw-r--r-- | perlvars.h | 2 |
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 |