summaryrefslogtreecommitdiff
path: root/hurd/hurdsig.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-20 22:16:29 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-20 22:16:29 +0200
commit4fc0a92185b82c9926881170053c08d54c88fa6e (patch)
tree23e41a6152d153635d8236237e6df258da8b42a8 /hurd/hurdsig.c
parentcca333c91533bee5e75452be69e309c23859aa17 (diff)
parentf98906bbb57cb495b4501afc5f18604ef3a94e2a (diff)
Merge branch 't/hurdsig-fixes' into refs/top-bases/tschwinge/Roger_Whittaker
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 eaff4d0d2b..877ebab676 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -1178,7 +1178,7 @@ static int
post_all_pending_signals (void (*reply) (void))
{
struct hurd_sigstate *ss;
- sigset_t pending;
+ sigset_t pending = 0;
for (;;)
{