mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 11:00:04 +08:00
a051160962
* libc/posix/popen.c (popen): The 2006-08-22 change to use FD_CLOEXEC disagrees with other implementations; instead, use pidlist to work even when fcntl is not available. Meanwhile, support the 'e' modifier to set CLOEXEC, as in glibc. Drop cygwin-specific code, now that cygwin has its own version. * libc/posix/Makefile.am (CHEWOUT_FILES): Document popen. * libc/posix/posix.tex: New file.
14 lines
270 B
TeX
14 lines
270 B
TeX
@node Posix
|
|
@chapter Posix Functions
|
|
|
|
This chapter groups several utility functions specified by POSIX, but
|
|
not by C. Each function documents which header to use.
|
|
|
|
@menu
|
|
* popen:: Create a stream tied to a child process
|
|
@end menu
|
|
|
|
@page
|
|
@include posix/popen.def
|
|
|