src/newlib ChangeLog libc/posix/posix_spawn.c

corinna@sourceware.org corinna@sourceware.org
Tue Nov 26 13:48:00 GMT 2013


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sourceware.org	2013-11-26 13:48:01

Modified files:
	newlib         : ChangeLog 
	newlib/libc/posix: posix_spawn.c 

Log message:
	* libc/posix/posix_spawn.c: Eliminate OS function calls not present
	in newlib or Cygwin.
	(process_spawnattr): Use sigprocmask rather than _sigprocmask.  Use
	sigaction rather than _sigaction.
	(process_file_actions_entry): Use dup2 rather than _dup2.
	(do_posix_spawn): Use execvpe rather than _execvpe.  Use waitpid
	rather than _waitpid.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1870&r2=1.1871
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/posix_spawn.c.diff?cvsroot=src&r1=1.2&r2=1.3



More information about the Newlib-cvs mailing list