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:
e0b8778
)
remove sigsetmask, noticed by Bernhard
author
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Tue, 13 Dec 2005 13:24:23 +0000
(13:24 -0000)
committer
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Tue, 13 Dec 2005 13:24:23 +0000
(13:24 -0000)
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index 6edc48421448b025428d3e4df7e51ad5bee4b380..171d5ede76fe40aa5ddd4a683a95b5a5adaceb47 100644
(file)
--- a/
shell/ash.c
+++ b/
shell/ash.c
@@
-2543,7
+2543,11
@@
onint(void) {
int i;
intpending = 0;
+#if 0
+ /* comment by vodz: its strange for me, this programm don`t use other
+ signal block */
sigsetmask(0);
+#endif
i = EXSIG;
if (gotsig[SIGINT - 1] && !trap[SIGINT]) {
if (!(rootshell && iflag)) {