svn commit: r363398 - head/lib/libc/sys
Alan Somers
asomers at FreeBSD.org
Tue Jul 21 16:46:41 UTC 2020
Author: asomers
Date: Tue Jul 21 16:46:40 2020
New Revision: 363398
URL: https://svnweb.freebsd.org/changeset/base/363398
Log:
[skip ci] document close_range(2) as async-signal-safe
Reviewed by: bcr (manpages)
MFC after: 2 weeks
Sponsored by: Axcient
Differential Revision: https://reviews.freebsd.org/D25513
Modified:
head/lib/libc/sys/sigaction.2
Modified: head/lib/libc/sys/sigaction.2
==============================================================================
--- head/lib/libc/sys/sigaction.2 Tue Jul 21 16:21:52 2020 (r363397)
+++ head/lib/libc/sys/sigaction.2 Tue Jul 21 16:46:40 2020 (r363398)
@@ -28,7 +28,7 @@
.\" From: @(#)sigaction.2 8.2 (Berkeley) 4/3/94
.\" $FreeBSD$
.\"
-.Dd June 28, 2018
+.Dd June 29, 2020
.Dt SIGACTION 2
.Os
.Sh NAME
@@ -569,6 +569,7 @@ Extension Interfaces:
.Pp
.Fn accept4 ,
.Fn bindat ,
+.Fn close_range ,
.Fn closefrom ,
.Fn connectat ,
.Fn eaccess ,
More information about the svn-src-all
mailing list