summaryrefslogtreecommitdiff
path: root/wince/wince.c
diff options
context:
space:
mode:
Diffstat (limited to 'wince/wince.c')
-rw-r--r--wince/wince.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wince/wince.c b/wince/wince.c
index da30dcb50e..af0d364c4f 100644
--- a/wince/wince.c
+++ b/wince/wince.c
@@ -354,7 +354,7 @@ has_shell_metachars(char *ptr)
* the library functions will get the correct environment
*/
PerlIO *
-Perl_my_popen(pTHX_ char *cmd, char *mode)
+Perl_my_popen(pTHX_ const char *cmd, const char *mode)
{
printf("popen(%s)\n", cmd);
@@ -629,7 +629,7 @@ Perl_do_spawn_nowait(pTHX_ char *cmd)
}
bool
-Perl_do_exec(pTHX_ char *cmd)
+Perl_do_exec(pTHX_ const char *cmd)
{
do_spawn2(aTHX_ cmd, EXECF_EXEC);
return FALSE;