summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-05-16 13:18:28 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-05-16 13:18:28 +0200
commitf0fa13d7f7fdb8fb064c55a23c5c461b12f009b2 (patch)
tree18083f31bb72cb89a112a3c08424324bd44dca76 /udev
parent2738ec2cf721db0c0deac2ba0abdc73cf7739e9f (diff)
udevd: remove left-over SIGALRM
Diffstat (limited to 'udev')
-rw-r--r--udev/udevd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/udev/udevd.c b/udev/udevd.c
index 258d7870eb..e7384e19a2 100644
--- a/udev/udevd.c
+++ b/udev/udevd.c
@@ -365,9 +365,6 @@ static void worker_new(struct event *event)
switch (fdsi.ssi_signo) {
case SIGTERM:
goto out;
- case SIGALRM:
- rc = EXIT_FAILURE;
- goto out;
}
}
}