summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-05-12 02:44:07 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-05-12 02:44:07 +0000
commitb48b2d941a0acc1f4726776d2490736b426c40c9 (patch)
tree03f140fc00af6449dfd11a73c76901044afe486a /lib/libc/gen
parent1d0334cdb878ca5d092d4ccc042bc38c5d6c020b (diff)
chflagsat() is also async-signal-safe
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/signal.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 2aabe8bc4d4..0dc8dce14d8 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signal.3,v 1.52 2014/11/17 00:11:05 guenther Exp $
+.\" $OpenBSD: signal.3,v 1.53 2015/05/12 02:44:06 guenther Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 17 2014 $
+.Dd $Mdocdate: May 12 2015 $
.Dt SIGNAL 3
.Os
.Sh NAME
@@ -396,6 +396,7 @@ Extension Interfaces:
.Pp
.Fn accept4 ,
.Fn chflags ,
+.Fn chflagsat ,
.Fn dup3 ,
.Fn fchflags ,
.Fn getentropy ,