Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361488
b: refs/heads/master
c: 18931c8
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Schwab authored and Catalin Marinas committed Mar 18, 2013
1 parent f888426 commit f333ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a2c91547b5b1b9ae515851a85b5574f205b8e1c4
refs/heads/master: 18931c892724cb9408811c793fe2656d11573b3a
2 changes: 1 addition & 1 deletion trunk/arch/arm64/include/asm/ucontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct ucontext {
stack_t uc_stack;
sigset_t uc_sigmask;
/* glibc uses a 1024-bit sigset_t */
__u8 __unused[(1024 - sizeof(sigset_t)) / 8];
__u8 __unused[1024 / 8 - sizeof(sigset_t)];
/* last for future expansion */
struct sigcontext uc_mcontext;
};
Expand Down

0 comments on commit f333ead

Please sign in to comment.