mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 00:38:06 +08:00
* libc/posix/popen.c (popen): Fix documented prototype.
This commit is contained in:
parent
a051160962
commit
e9708d920c
@ -1,5 +1,7 @@
|
|||||||
2009-08-18 Eric Blake <ebb9@byu.net>
|
2009-08-18 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
|
* libc/posix/popen.c (popen): Fix documented prototype.
|
||||||
|
|
||||||
Improve popen compatibility with glibc.
|
Improve popen compatibility with glibc.
|
||||||
* libc/posix/popen.c (popen): The 2006-08-22 change to use
|
* libc/posix/popen.c (popen): The 2006-08-22 change to use
|
||||||
FD_CLOEXEC disagrees with other implementations; instead, use
|
FD_CLOEXEC disagrees with other implementations; instead, use
|
||||||
|
@ -43,7 +43,7 @@ INDEX
|
|||||||
|
|
||||||
ANSI_SYNOPSIS
|
ANSI_SYNOPSIS
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
FILE *popen(char *<[s]>, char *<[mode]>);
|
FILE *popen(const char *<[s]>, const char *<[mode]>);
|
||||||
|
|
||||||
int pclose(FILE *<[f]>);
|
int pclose(FILE *<[f]>);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user