Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Remove SIGPOLL, see https://bugs.freebsd.org/bugzill...
details: https://anonhg.NetBSD.org/src/rev/8ae8823c65c7
branches: trunk
changeset: 345913:8ae8823c65c7
user: christos <christos%NetBSD.org@localhost>
date: Wed Jun 15 12:10:18 2016 +0000
description:
Remove SIGPOLL, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=92362
for an explanation why.
diffstat:
sys/sys/signal.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r fded75043273 -r 8ae8823c65c7 sys/sys/signal.h
--- a/sys/sys/signal.h Wed Jun 15 12:08:47 2016 +0000
+++ b/sys/sys/signal.h Wed Jun 15 12:10:18 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.69 2016/06/11 00:56:38 christos Exp $ */
+/* $NetBSD: signal.h,v 1.70 2016/06/15 12:10:18 christos Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991, 1993
@@ -73,7 +73,6 @@
#define SIGTTIN 21 /* to readers pgrp upon background tty read */
#define SIGTTOU 22 /* like TTIN for output if (tp->t_local<OSTOP) */
#define SIGIO 23 /* input/output possible signal */
-#define SIGPOLL SIGIO /* compatibility */
#define SIGXCPU 24 /* exceeded CPU time limit */
#define SIGXFSZ 25 /* exceeded file size limit */
#define SIGVTALRM 26 /* virtual time alarm */
Home |
Main Index |
Thread Index |
Old Index