Module Name:    src
Committed By:   christos
Date:           Wed Jun 15 12:10:18 UTC 2016

Modified Files:
        src/sys/sys: signal.h

Log Message:
Remove SIGPOLL, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=92362
for an explanation why.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/sys/signal.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/signal.h
diff -u src/sys/sys/signal.h:1.69 src/sys/sys/signal.h:1.70
--- src/sys/sys/signal.h:1.69	Fri Jun 10 20:56:38 2016
+++ src/sys/sys/signal.h	Wed Jun 15 08:10:18 2016
@@ -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&LTOSTOP) */
 #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 */

Reply via email to