Source-Changes-HG archive

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

[src/netbsd-8]: src/lib/libc/gen Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/40d107802fd5
branches:  netbsd-8
changeset: 851224:40d107802fd5
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Dec 10 10:18:22 2017 +0000

description:
Pull up following revision(s) (requested by dholland in ticket #433):
        lib/libc/gen/signal.3: revision 1.28
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 f6d9e9d53e45 -r 40d107802fd5 lib/libc/gen/signal.3
--- a/lib/libc/gen/signal.3     Sun Dec 10 10:16:09 2017 +0000
+++ b/lib/libc/gen/signal.3     Sun Dec 10 10:18: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.27.8.1 2017/12/10 10:18:22 snj 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