]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/posix/popen.c (popen): Fix documented prototype.
authorEric Blake <eblake@redhat.com>
Tue, 18 Aug 2009 17:07:55 +0000 (17:07 +0000)
committerEric Blake <eblake@redhat.com>
Tue, 18 Aug 2009 17:07:55 +0000 (17:07 +0000)
newlib/ChangeLog
newlib/libc/posix/popen.c

index 655116b623523c9b28e7b102604b6b8169c404a6..caf3bdda1d8749b77f6a1bb1782586e79375b632 100644 (file)
@@ -1,5 +1,7 @@
 2009-08-18  Eric Blake  <ebb9@byu.net>
 
+       * libc/posix/popen.c (popen): Fix documented prototype.
+
        Improve popen compatibility with glibc.
        * libc/posix/popen.c (popen): The 2006-08-22 change to use
        FD_CLOEXEC disagrees with other implementations; instead, use
index accf76c98c7b1172282b8e47497bb6336a0160bf..38978c7aadd16cf3010942d84c1ddc8263adc776 100644 (file)
@@ -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]>);
 
This page took 0.049966 seconds and 5 git commands to generate.