summaryrefslogtreecommitdiff
path: root/hurd/hurdsig.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-20 22:16:30 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-20 22:16:30 +0200
commit116f7463e46f3ea01217b458137e019a237d3e5f (patch)
treee9062c8f67d33335dbd9495b1ee84a840eed9c7e /hurd/hurdsig.c
parent10ca877fa1bcccdd6c136060ec3804a426b7d291 (diff)
parentf98906bbb57cb495b4501afc5f18604ef3a94e2a (diff)
Merge commit 'refs/top-bases/t/hurdsig-global-dispositions' into t/hurdsig-global-dispositions
Diffstat (limited to 'hurd/hurdsig.c')
-rw-r--r--hurd/hurdsig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 95ccddfe26..3dd1cd5e62 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -1165,7 +1165,7 @@ static int
post_all_pending_signals (void (*reply) (void))
{
struct hurd_sigstate *ss;
- sigset_t pending;
+ sigset_t pending = 0;
for (;;)
{