git: f9f7404cd5c7 - stable/14 - sigaction.2: clarify that fork isn't async-signal-safe, but _Fork is
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jan 2024 01:51:34 UTC
The branch stable/14 has been updated by asomers:
URL: https://cgit.FreeBSD.org/src/commit/?id=f9f7404cd5c7a1394dd18525fea67233fb62c8e5
commit f9f7404cd5c7a1394dd18525fea67233fb62c8e5
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2023-12-01 15:19:24 +0000
Commit: Alan Somers <asomers@FreeBSD.org>
CommitDate: 2024-01-20 01:51:27 +0000
sigaction.2: clarify that fork isn't async-signal-safe, but _Fork is
[skip ci]
Sponsored by: Axcient
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D42865
(cherry picked from commit c2ed7a63604fc86244adee2966e19f8aba2a07cb)
---
lib/libc/sys/sigaction.2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index 913ad60a6b40..1691c5f9e734 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -27,7 +27,7 @@
.\"
.\" From: @(#)sigaction.2 8.2 (Berkeley) 4/3/94
.\"
-.Dd June 29, 2020
+.Dd December 1, 2023
.Dt SIGACTION 2
.Os
.Sh NAME
@@ -392,7 +392,7 @@ Base Interfaces:
.Fn fchown ,
.Fn fchownat ,
.Fn fcntl ,
-.Fn fork ,
+.Fn _Fork ,
.Fn fstat ,
.Fn fstatat ,
.Fn fsync ,