The list of async-signal-safe functions got moved to sigaction(2).
This commit is contained in:
parent
195d1af85f
commit
6dc0f13680
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: signal.3,v 1.27 2016/06/06 08:28:18 wiz Exp $
|
||||
.\" $NetBSD: signal.3,v 1.28 2017/12/06 16:38:22 dholland Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -149,7 +149,7 @@ ignored signals remain ignored.
|
|||
.Pp
|
||||
Only functions that are async-signal-safe can safely be used in signal
|
||||
handlers, see
|
||||
.Xr signal 7
|
||||
.Xr sigaction 2
|
||||
for a complete list.
|
||||
.Sh RETURN VALUES
|
||||
The previous action is returned on a successful call.
|
||||
|
|
Loading…
Reference in New Issue