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

r1103 - trunk/glibc-2.3-head/sysdeps/kfreebsd/bits



Author: rmh
Date: 2006-01-25 18:20:37 +0000 (Wed, 25 Jan 2006)
New Revision: 1103

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h
Log:
bits/signum.h: #define SIGPOLL SIGIO, as per glibc manual.

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h	2006-01-25 18:14:25 UTC (rev 1102)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h	2006-01-25 18:20:37 UTC (rev 1103)
@@ -54,6 +54,7 @@
 #define	SIGTTIN		21	/* Background read from tty (POSIX).  */
 #define	SIGTTOU		22	/* Background write to tty (POSIX).  */
 #define	SIGIO		23	/* I/O now possible (4.2 BSD).  */
+#define	SIGPOLL		SIGIO	/* Pollable event occurred (System V).  */
 #define	SIGXCPU		24	/* CPU limit exceeded (4.2 BSD).  */
 #define	SIGXFSZ		25	/* File size limit exceeded (4.2 BSD).  */
 #define	SIGVTALRM	26	/* Virtual alarm clock (4.2 BSD).  */



Reply to: