projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae2f51
)
- remove SIGIOT as suggested by landley.
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 19 May 2006 17:54:05 +0000
(17:54 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 19 May 2006 17:54:05 +0000
(17:54 -0000)
editors/vi.c
patch
|
blob
|
history
diff --git
a/editors/vi.c
b/editors/vi.c
index f271cc3e00bb62908840bc2fccc60d044bca9cac..7d54978301ab876d81100933dd9d0518a20fe806 100644
(file)
--- a/
editors/vi.c
+++ b/
editors/vi.c
@@
-2180,9
+2180,6
@@
static void core_sig(int sig)
signal(SIGQUIT, core_sig);
signal(SIGILL, core_sig);
signal(SIGTRAP, core_sig);
-#ifdef SIGIOT
- signal(SIGIOT, core_sig);
-#endif
signal(SIGABRT, core_sig);
signal(SIGFPE, core_sig);
signal(SIGBUS, core_sig);