aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2026-04-02 08:06:52 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2026-04-03 08:22:53 +0000
commitb7b485efac8c1b601b9c0ada39921bad0e342970 (patch)
tree234c4e702d8d6802663843a61401b1bd187c3508
parent7caa71145c5eea5925c295e0cdd95b517005acf9 (diff)
posix_spawn_file_action_addopen.3: ignoring close failure is now approved
Reviewed by: dim Sponsored by: The FreeBSD Foundation MFC after: 3 days Differential revision: https://reviews.freebsd.org/D56222
-rw-r--r--lib/libc/gen/posix_spawn.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/gen/posix_spawn.3 b/lib/libc/gen/posix_spawn.3
index 0f25fc348610..ad66d1a426c4 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