Author: kevans Date: Fri Aug 21 03:50:25 2020 New Revision: 364448 URL: https://svnweb.freebsd.org/changeset/base/364448
Log: MFC r363398 (asomers): document close_range(2) as async-signal-safe Modified: stable/12/lib/libc/sys/sigaction.2 Directory Properties: stable/12/ (props changed) Modified: stable/12/lib/libc/sys/sigaction.2 ============================================================================== --- stable/12/lib/libc/sys/sigaction.2 Fri Aug 21 03:31:01 2020 (r364447) +++ stable/12/lib/libc/sys/sigaction.2 Fri Aug 21 03:50:25 2020 (r364448) @@ -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 , _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
