X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Fuse.xs;h=e6c293b8c859caa6aeae5839b26d107847e8440d;hb=489a2bd0cd6b67ad90cf916b0ab6c8253ac7121e;hp=43b62f07f56639cf6ca7dd758a0ea9f9399085e0;hpb=fb85a3f6f235720f4882314c98ca6134a157241f;p=perl-fuse.git diff --git a/Fuse.xs b/Fuse.xs index 43b62f0..e6c293b 100644 --- a/Fuse.xs +++ b/Fuse.xs @@ -834,7 +834,7 @@ perl_fuse_main(...) threaded = SvIV(ST(1)); if(threaded) { #ifdef FUSE_USE_ITHREADS - master_interp = PERL_GET_INTERP; + master_interp = PERL_GET_CONTEXT; #else fprintf(stderr,"FUSE warning: Your script has requested multithreaded " "mode, but your perl was not built with -Dusethreads. "