Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen The list of async-signal-safe functions got mov...



details:   https://anonhg.NetBSD.org/src/rev/2c85277a2e55
branches:  trunk
changeset: 828282:2c85277a2e55
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Dec 06 16:38:22 2017 +0000

description:
The list of async-signal-safe functions got moved to sigaction(2).

diffstat:

 lib/libc/gen/signal.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba8fdf112196 -r 2c85277a2e55 lib/libc/gen/signal.3
--- a/lib/libc/gen/signal.3     Wed Dec 06 14:17:42 2017 +0000
+++ b/lib/libc/gen/signal.3     Wed Dec 06 16:38:22 2017 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index