diff options
Diffstat (limited to 'perlvars.h')
-rw-r--r-- | perlvars.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perlvars.h b/perlvars.h index 98e78c9002..29c8b7319d 100644 --- a/perlvars.h +++ b/perlvars.h @@ -37,6 +37,9 @@ PERLVARI(Gthreadsv_names,char *, THREADSV_NAMES) PERLVAR(Gcurthr, struct perl_thread *) /* Currently executing (fake) thread */ #endif + +PERLVAR(Gcred_mutex, perl_mutex) /* altered credentials in effect */ + #endif /* USE_THREADS */ PERLVAR(Gninterps, int) /* number of active interpreters */ |