Module Name: src
Committed By: kamil
Date: Tue Dec 27 02:20:46 UTC 2016
Modified Files:
src/sys/sys: siginfo.h
Log Message:
Replace in comment SIGPOLL with SIGIO
SIGPOLL is absent in NetBSD.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/sys/siginfo.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/siginfo.h
diff -u src/sys/sys/siginfo.h:1.25 src/sys/sys/siginfo.h:1.26
--- src/sys/sys/siginfo.h:1.25 Fri Nov 22 21:04:11 2013
+++ src/sys/sys/siginfo.h Tue Dec 27 02:20:46 2016
@@ -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 @@ typedef union siginfo {
#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 */