projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad959ca
)
changes
author
bdemsky
<bdemsky>
Thu, 31 Aug 2006 23:47:27 +0000
(23:47 +0000)
committer
bdemsky
<bdemsky>
Thu, 31 Aug 2006 23:47:27 +0000
(23:47 +0000)
Robust/src/Runtime/runtime.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/runtime.c
b/Robust/src/Runtime/runtime.c
index 65c808d2150b9f3bd758b5783d4a5cb74cf59587..610160946fc82f30fdaae6356b426fd0d9a8ff33 100644
(file)
--- a/
Robust/src/Runtime/runtime.c
+++ b/
Robust/src/Runtime/runtime.c
@@
-172,7
+172,7
@@
void executetasks() {
struct sigaction sig;
sig.sa_sigaction=&myhandler;
sig.sa_flags=SA_SIGINFO;
- sig
.sa_mask=0
;
+ sig
emptyset(&sig.sa_mask)
;
/* Catch bus errors, segmentation faults, and floating point exceptions*/
sigaction(SIGBUS,&sig,0);