Date: Sun, 26 Jun 2011 10:50:11 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gen posix_spawn.3 posix_spawn.c Message-ID: <201106261050.p5QAoQio097672@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2011-06-26 10:50:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/gen posix_spawn.3 posix_spawn.c Log: SVN rev 223565 on 2011-06-26 10:50:11Z by jilles MFC r222511,r223206: posix_spawn(): Do not fail when trying to close an fd that is not open. As noted in Austin Group issue #370 (an interpretation has been issued), failing posix_spawn() because an fd specified with posix_spawn_file_actions_addclose() is not open is unnecessarily harsh, and there are existing implementations that do not fail posix_spawn() for this reason. Revision Changes Path 1.2.2.2 +14 -9 src/lib/libc/gen/posix_spawn.3 1.6.2.2 +2 -5 src/lib/libc/gen/posix_spawn.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106261050.p5QAoQio097672>