diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/posix/popen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/posix/popen.c b/newlib/libc/posix/popen.c index accf76c98..38978c7aa 100644 --- a/newlib/libc/posix/popen.c +++ b/newlib/libc/posix/popen.c @@ -43,7 +43,7 @@ INDEX ANSI_SYNOPSIS #include <stdio.h> - FILE *popen(char *<[s]>, char *<[mode]>); + FILE *popen(const char *<[s]>, const char *<[mode]>); int pclose(FILE *<[f]>); |