summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-05-20 23:51:35 +0000
committerUlrich Drepper <drepper@redhat.com>1997-05-20 23:51:35 +0000
commit26765111ad5641c61350db85968405c646f39a04 (patch)
tree9a3b63c771b7b26c38923159da30d76eee89f779 /hurd
parent066d68b563dfb18794ca83eef54ac92d29f394e0 (diff)
(_hurdsig_fault_preemptor): Provide initialization.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurdfault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdfault.c b/hurd/hurdfault.c
index 671f8cb21a..6c1134a663 100644
--- a/hurd/hurdfault.c
+++ b/hurd/hurdfault.c
@@ -29,7 +29,7 @@
#include <assert.h>
jmp_buf _hurdsig_fault_env;
-struct hurd_signal_preemptor _hurdsig_fault_preemptor;
+struct hurd_signal_preemptor _hurdsig_fault_preemptor = {0};
/* XXX temporary to deal with spelling fix */
weak_alias (_hurdsig_fault_preemptor, _hurdsig_fault_preempter)