Merge "Fix build: __unused isn't unused!"
This commit is contained in:
commit
60ba211d2b
@ -86,7 +86,7 @@ typedef struct ucontext {
|
|||||||
struct ucontext *uc_link;
|
struct ucontext *uc_link;
|
||||||
stack_t uc_stack;
|
stack_t uc_stack;
|
||||||
sigset_t uc_sigmask;
|
sigset_t uc_sigmask;
|
||||||
char __unused[128 - sizeof(sigset_t)];
|
char __padding[128 - sizeof(sigset_t)];
|
||||||
mcontext_t uc_mcontext;
|
mcontext_t uc_mcontext;
|
||||||
} ucontext_t;
|
} ucontext_t;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user