summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-05 06:56:05 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-05 06:56:05 +0000
commit0a9fdc5d26a453a78e950d4bdaa9da4ed9ede5af (patch)
tree06ef6a5ce0c7c6702853ac8d86d62c115d9b2f05 /util.c
parentca4e74cd17dd8fd078f5c9ea0630da36c21a54a6 (diff)
downloadperl-0a9fdc5d26a453a78e950d4bdaa9da4ed9ede5af.tar.gz
cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
p4raw-id: //depot/perl@4755
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 17d94db29a..2ecb73a5cc 100644
--- a/util.c
+++ b/util.c
@@ -1889,7 +1889,7 @@ Perl_my_setenv_init(char ***penviron)
}
void
-Perl_my_setenv(char *nam, char *val)
+Perl_my_setenv(pTHX_ char *nam, char *val)
{
/* You can not directly manipulate the environ[] array because
* the routines do some additional work that syncs the Cygwin