changeset 13592:426a5dc91b98

#undef SIGPOLL and SIGURG as well as SIGIO.
author Richard M. Stallman <rms@gnu.org>
date Sun, 19 Nov 1995 03:37:43 +0000
parents b2fb0109006d
children e27c32c7d428
files src/s/gnu-linux.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Sat Nov 18 22:32:07 1995 +0000
+++ b/src/s/gnu-linux.h	Sun Nov 19 03:37:43 1995 +0000
@@ -169,6 +169,10 @@
 /* Here we assume that signal.h is already included.  */
 #ifdef emacs
 #undef SIGIO
+/* Some versions of Linux define SIGURG and SIGPOLL as aliases for SIGIO.
+   This prevents lossage in process.c.  */
+#undef SIGURG
+#undef SIGPOLL
 #endif
 
 /* This is needed for sysdep.c */