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:
bd5f221
)
fix mips stack_t
author
Rich Felker
<dalias@aerifal.cx>
Wed, 19 Mar 2014 03:13:56 +0000
(23:13 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 19 Mar 2014 03:13:56 +0000
(23:13 -0400)
like almost everything on mips, this is gratuitously different.
arch/mips/bits/signal.h
patch
|
blob
|
history
diff --git
a/arch/mips/bits/signal.h
b/arch/mips/bits/signal.h
index d09558fe12bee9ad8b784f6199b249d2b52bd7b5..57336aeefce9595f993ec91f49ea3959891fb435 100644
(file)
--- a/
arch/mips/bits/signal.h
+++ b/
arch/mips/bits/signal.h
@@
-48,8
+48,8
@@
typedef struct __ucontext {
typedef struct sigaltstack {
void *ss_sp;
- int ss_flags;
size_t ss_size;
+ int ss_flags;
} stack_t;
#define SA_NOCLDSTOP 1