diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-05-08 05:39:50 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-05-08 05:39:50 +0000 |
commit | 9fb835682739e13e1d4279967ff4702c0ed6a4c8 (patch) | |
tree | 3641ca2d68601e882ba15c6b39d71f316f86b7b3 /lib/libc | |
parent | 15c0ae8ed70c22c6036b1b5de19405fd26b48953 (diff) |
We have fdatasync() and pselect() now, so uncomment them in the list of
async-signal-safe functions. Also, add ppoll() as an async-s-s extension
interface
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 325048b910d..19786075e1f 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.49 2012/04/03 23:06:11 matthew Exp $ +.\" $OpenBSD: sigaction.2,v 1.50 2013/05/08 05:39:49 guenther Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94 .\" -.Dd $Mdocdate: April 3 2012 $ +.Dd $Mdocdate: May 8 2013 $ .Dt SIGACTION 2 .Os .Sh NAME @@ -494,6 +494,7 @@ Base Interfaces: .Fn fchown , .Fn fchownat , .Fn fcntl , +.Fn fdatasync , .Fn fork , .Fn fpathconf , .Fn fstat , @@ -531,6 +532,7 @@ Base Interfaces: .Fn pause , .Fn pipe , .Fn poll , +.Fn pselect , .Fn read , .Fn readlink , .Fn readlinkat , @@ -591,7 +593,6 @@ Base Interfaces: .Pp .\" unimplemented functions that should be async-sig-safe, if we had them .\" SUSv[56] additions -.\" .Fn pselect , .\" .Fn sockatmark . .\" .\" SUSv7 additions @@ -603,7 +604,6 @@ Base Interfaces: .\" .Fn aio_error , .\" .Fn aio_return , .\" .Fn aio_suspend , -.\" .Fn fdatasync , .\" .Fn sem_post , .\" .Fn sigqueue , .\" .Fn timer_getoverrun , @@ -627,6 +627,7 @@ Extension Interfaces: .Fn getresuid , .Fn setresgid , .Fn setresuid , +.Fn ppoll , .Fn strlcat , .Fn strlcpy , .Fn wait3 , |