diff options
| author | Richard M. Stallman | 1995-11-19 03:37:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-19 03:37:43 +0000 |
| commit | 0f2256ef28aeacc424782cacd15e93b5605faaee (patch) | |
| tree | ef992ff4ee226768d4a92ffd526831b9c8f692ec /src/s/gnu-linux.h | |
| parent | bd3e1759259f1f64c7e79d0779c4d156128b83d3 (diff) | |
| download | emacs-0f2256ef28aeacc424782cacd15e93b5605faaee.tar.gz emacs-0f2256ef28aeacc424782cacd15e93b5605faaee.zip | |
#undef SIGPOLL and SIGURG as well as SIGIO.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 1017e2dfe62..8d2278ec7e1 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -169,6 +169,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 169 | /* Here we assume that signal.h is already included. */ | 169 | /* Here we assume that signal.h is already included. */ |
| 170 | #ifdef emacs | 170 | #ifdef emacs |
| 171 | #undef SIGIO | 171 | #undef SIGIO |
| 172 | /* Some versions of Linux define SIGURG and SIGPOLL as aliases for SIGIO. | ||
| 173 | This prevents lossage in process.c. */ | ||
| 174 | #undef SIGURG | ||
| 175 | #undef SIGPOLL | ||
| 172 | #endif | 176 | #endif |
| 173 | 177 | ||
| 174 | /* This is needed for sysdep.c */ | 178 | /* This is needed for sysdep.c */ |