Author: jilles Date: Sat Jun 8 13:45:43 2013 New Revision: 251529 URL: http://svnweb.freebsd.org/changeset/base/251529
Log: sigaction(2): Document various non-POSIX functions as async-signal safe. Modified: head/lib/libc/sys/sigaction.2 Modified: head/lib/libc/sys/sigaction.2 ============================================================================== --- head/lib/libc/sys/sigaction.2 Sat Jun 8 13:40:36 2013 (r251528) +++ head/lib/libc/sys/sigaction.2 Sat Jun 8 13:45:43 2013 (r251529) @@ -28,7 +28,7 @@ .\" From: @(#)sigaction.2 8.2 (Berkeley) 4/3/94 .\" $FreeBSD$ .\" -.Dd May 31, 2013 +.Dd June 8, 2013 .Dt SIGACTION 2 .Os .Sh NAME @@ -556,9 +556,22 @@ but planned to be: .Pp Extension Interfaces: .Pp +.Fn accept4 , +.Fn bindat , +.Fn closefrom , +.Fn connectat , +.Fn eaccess , +.Fn ffsl , +.Fn ffsll , +.Fn flock , +.Fn fls , +.Fn flsl , +.Fn flsll , .Fn futimesat , -.Fn strlcpy , +.Fn pipe2 , .Fn strlcat . +.Fn strlcpy , +.Fn strsep . .Pp In addition, reading or writing .Va errno _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"