projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fac93d
)
fix breakage of x86_64 sigaction from recent changes for mips
author
Rich Felker
<dalias@aerifal.cx>
Thu, 12 Jul 2012 15:00:21 +0000
(11:00 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 12 Jul 2012 15:00:21 +0000
(11:00 -0400)
src/internal/ksigaction.h
patch
|
blob
|
history
diff --git
a/src/internal/ksigaction.h
b/src/internal/ksigaction.h
index 57f47b3f8688c6b2e274d772a2bbdb267c47c42d..9a70f93798bfb9c3fac835e931eb87290402ae38 100644
(file)
--- a/
src/internal/ksigaction.h
+++ b/
src/internal/ksigaction.h
@@
-2,5
+2,5
@@
struct k_sigaction {
void (*handler)(int);
unsigned long flags;
void (*restorer)(void);
- unsigned
long
mask[2];
+ unsigned mask[2];
};