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/792ec6a976a4
branches: trunk
changeset: 357981:792ec6a976a4
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 e3a6e9ea4ab1 -r 792ec6a976a4 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