Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Replace in comment SIGPOLL with SIGIO



details:   https://anonhg.NetBSD.org/src/rev/c5abf637fb3a
branches:  trunk
changeset: 820024:c5abf637fb3a
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Dec 27 02:20:46 2016 +0000

description:
Replace in comment SIGPOLL with SIGIO

SIGPOLL is absent in NetBSD.

No functional change.

diffstat:

 sys/sys/siginfo.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0bd49de4d71 -r c5abf637fb3a sys/sys/siginfo.h
--- a/sys/sys/siginfo.h Tue Dec 27 01:44:06 2016 +0000
+++ b/sys/sys/siginfo.h Tue Dec 27 02:20:46 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siginfo.h,v 1.25 2013/11/22 21:04:11 christos Exp $     */
+/*     $NetBSD: siginfo.h,v 1.26 2016/12/27 02:20:46 kamil Exp $        */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -221,7 +221,7 @@
 #define        CLD_STOPPED     5       /* Child has stopped                    */
 #define        CLD_CONTINUED   6       /* Stopped child has continued          */
 
-/* SIGPOLL */
+/* SIGIO */
 #define        POLL_IN         1       /* Data input available                 */
 #define        POLL_OUT        2       /* Output buffers available             */
 #define        POLL_MSG        3       /* Input message available              */



Home | Main Index | Thread Index | Old Index