git: 77e5da38bf45 - stable/15 - posix_spawn_file_action_addopen.3: ignoring close failure is now approved

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Mon, 06 Apr 2026 06:54:53 UTC
The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=77e5da38bf456d7c01d7606f7b9f913ba4a6ecfc

commit 77e5da38bf456d7c01d7606f7b9f913ba4a6ecfc
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-02 08:06:52 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-04-06 06:54:17 +0000

    posix_spawn_file_action_addopen.3: ignoring close failure is now approved
    
    (cherry picked from commit b7b485efac8c1b601b9c0ada39921bad0e342970)
---
 lib/libc/gen/posix_spawn.3 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lib/libc/gen/posix_spawn.3 b/lib/libc/gen/posix_spawn.3
index 9fa370a7960f..f9dc95330a8c 100644
--- a/lib/libc/gen/posix_spawn.3
+++ b/lib/libc/gen/posix_spawn.3
@@ -481,8 +481,10 @@ functions conform to
 .St -p1003.1-2001 ,
 except that they ignore all errors from
 .Fn close .
-A future update of the Standard is expected to require that these functions
-not fail because a file descriptor to be closed (via
+The
+.St -p1003.1-2024 ,
+version of the Standard no longer requires that these functions
+fail because a file descriptor to be closed (via
 .Fn posix_spawn_file_actions_addclose )
 is not open.
 .Sh HISTORY