From e9708d920c07914c671b45616d985b26d0abf0b3 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 18 Aug 2009 17:07:55 +0000 Subject: * libc/posix/popen.c (popen): Fix documented prototype. --- newlib/libc/posix/popen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/posix') 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 - FILE *popen(char *<[s]>, char *<[mode]>); + FILE *popen(const char *<[s]>, const char *<[mode]>); int pclose(FILE *<[f]>); -- cgit v1.2.3