summaryrefslogtreecommitdiff
path: root/inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'inline.h')
-rw-r--r--inline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inline.h b/inline.h
index 06a773d2c3..fce84b4d96 100644
--- a/inline.h
+++ b/inline.h
@@ -287,7 +287,7 @@ S_strip_spaces(pTHX_ const char * orig, STRLEN * const len)
/* Otherwise this function is implemented as macros in iperlsys.h */
PERL_STATIC_INLINE bool
-Perl_PerlEnv_putenv(pTHX_ char * str)
+S_PerlEnv_putenv(pTHX_ char * str)
{
PERL_ARGS_ASSERT_PERLENV_PUTENV;