Module Name:    src
Committed By:   christos
Date:           Sat Jun 11 00:56:38 UTC 2016

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

Log Message:
GSoC 2016: Charles Cui: add SIGPOLL


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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.68 src/sys/sys/signal.h:1.69
--- src/sys/sys/signal.h:1.68	Fri Jun  3 19:57:37 2016
+++ src/sys/sys/signal.h	Fri Jun 10 20:56:38 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: signal.h,v 1.68 2016/06/03 23:57:37 christos Exp $	*/
+/*	$NetBSD: signal.h,v 1.69 2016/06/11 00:56:38 christos Exp $	*/
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1991, 1993
@@ -73,6 +73,7 @@
 #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