Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0f2256ef
Commit
0f2256ef
authored
Nov 19, 1995
by
Richard M. Stallman
Browse files
#undef SIGPOLL and SIGURG as well as SIGIO.
parent
bd3e1759
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/s/gnu-linux.h
src/s/gnu-linux.h
+4
-0
No files found.
src/s/gnu-linux.h
View file @
0f2256ef
...
...
@@ -169,6 +169,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment