projects
/
multipath-tools
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
simplify multipath signal handlers
[multipath-tools/.git]
/
libmultipath
/
waiter.c
diff --git
a/libmultipath/waiter.c
b/libmultipath/waiter.c
index
da71543
..
5094290
100644
(file)
--- a/
libmultipath/waiter.c
+++ b/
libmultipath/waiter.c
@@
-157,8
+157,6
@@
void *waitevent (void *et)
waiter = (struct event_thread *)et;
pthread_cleanup_push(free_waiter, et);
- block_signal(SIGUSR1, NULL);
- block_signal(SIGHUP, NULL);
while (1) {
r = waiteventloop(waiter);