diff options
author | Karl Williamson <khw@cpan.org> | 2020-02-20 16:51:31 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-03-11 09:52:11 -0600 |
commit | 2bc5f86adf5f1c0feb76d83e1a627e5649e6beab (patch) | |
tree | 77b9b2120fd2d2a0173cfb978f2f20df5afa41e3 /symbian | |
parent | b6d9446cecd87d16450d8743a2f0b0079e12567b (diff) | |
download | perl-2bc5f86adf5f1c0feb76d83e1a627e5649e6beab.tar.gz |
Add mutex for accessing ENV
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/symbianish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/symbianish.h b/symbian/symbianish.h index 3b8c0e7a76..3b0ddb3f3c 100644 --- a/symbian/symbianish.h +++ b/symbian/symbianish.h @@ -122,7 +122,7 @@ #ifndef PERL_SYS_TERM_BODY #define PERL_SYS_TERM_BODY() HINTS_REFCNT_TERM; OP_REFCNT_TERM; \ PERLIO_TERM; MALLOC_TERM; CloseSTDLIB(); \ - LOCALE_TERM + LOCALE_TERM; ENV_TERM; #endif |