Mercurial > emacs
diff src/s/gnu-linux.h @ 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 | 30565fdf5fe0 |
| children | 276f513076a9 |
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 */
