mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
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 c2ed7a6360)
This commit is contained in:
parent
946afb62ab
commit
f9f7404cd5
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue