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
0aef8561
Commit
0aef8561
authored
May 30, 1993
by
Richard M. Stallman
Browse files
(main) [AIX _I386]: Don't handle SIGIOINT.
parent
3580badc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/emacs.c
src/emacs.c
+2
-0
No files found.
src/emacs.c
View file @
0aef8561
...
...
@@ -429,7 +429,9 @@ main (argc, argv, envp)
signal
(
SIGAIO
,
fatal_error_signal
);
signal
(
SIGPTY
,
fatal_error_signal
);
#endif
#ifndef _I386
signal
(
SIGIOINT
,
fatal_error_signal
);
#endif
signal
(
SIGGRANT
,
fatal_error_signal
);
signal
(
SIGRETRACT
,
fatal_error_signal
);
signal
(
SIGSOUND
,
fatal_error_signal
);
...
...
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