projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121bc3e
)
surprisingly, libev does not block signals
author
root
<root>
Tue, 19 Feb 2008 17:47:01 +0000
(17:47 +0000)
committer
root
<root>
Tue, 19 Feb 2008 17:47:01 +0000
(17:47 +0000)
src/init.C
patch
|
blob
|
history
diff --git
a/src/init.C
b/src/init.C
index b16099d9518f699bff7fe9fbfc5eef442fd08625..87770b38473f216041fd0529a95470fc21bb8a06 100644
(file)
--- a/
src/init.C
+++ b/
src/init.C
@@
-1526,11
+1526,6
@@
rxvt_term::run_child (const char *const *argv)
signal (SIGTTOU, SIG_IGN);
#endif /* SIGTSTP */
- // unblock signals (signals are blocked by iom.C
- sigset_t ss;
- sigemptyset (&ss);
- sigprocmask (SIG_SETMASK, &ss, 0);
-
/* command interpreter path */
if (argv)
{