Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299637
b: refs/heads/master
c: 89b8835
h: refs/heads/master
i:
  299635: fa4f191
v: v3
  • Loading branch information
H. Peter Anvin authored and H. Peter Anvin committed Apr 24, 2012
1 parent 98d962d commit 7e38f4d
Show file tree
Hide file tree
Showing 2 changed files with 8 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: d643bdca8ab9cd333da1b68267d0e47328e56f56
refs/heads/master: 89b8835ec865dddd6673a8dd7003581bf2377176
8 changes: 7 additions & 1 deletion trunk/arch/x86/include/asm/siginfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
#define _ASM_X86_SIGINFO_H

#ifdef __x86_64__
# define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
# ifdef __ILP32__ /* x32 */
typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
# define __ARCH_SI_CLOCK_T __kernel_si_clock_t
# define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
# else /* x86-64 */
# define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
# endif
#endif

#include <asm-generic/siginfo.h>
Expand Down

0 comments on commit 7e38f4d

Please sign in to comment.