diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-05 06:56:05 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-05 06:56:05 +0000 |
commit | 0a9fdc5d26a453a78e950d4bdaa9da4ed9ede5af (patch) | |
tree | 06ef6a5ce0c7c6702853ac8d86d62c115d9b2f05 /util.c | |
parent | ca4e74cd17dd8fd078f5c9ea0630da36c21a54a6 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |