src/newlib/libc/posix Makefile.in

jjohnstn@sourceware.org jjohnstn@sourceware.org
Tue Aug 18 18:34:00 GMT 2009


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2009-08-18 18:34:57

Modified files:
	newlib/libc/posix: Makefile.in 

Log message:
	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
	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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/Makefile.in.diff?cvsroot=src&r1=1.25&r2=1.26



More information about the Newlib-cvs mailing list