Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362134
b: refs/heads/master
c: 2a14869
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Ralf Baechle committed Mar 19, 2013
1 parent 7e50abd commit 2ae33eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: 1762c5ab7ce5f482aafaf9b6a721e41f073ae3cb
refs/heads/master: 2a1486981c1317dc4f4aad568f2cc6e49dfb8c82
2 changes: 1 addition & 1 deletion trunk/arch/mips/include/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
#include <asm/sigcontext.h>
#include <asm/siginfo.h>

#define __ARCH_HAS_ODD_SIGACTION
#define __ARCH_HAS_IRIX_SIGACTION

#endif /* _ASM_SIGNAL_H */
4 changes: 2 additions & 2 deletions trunk/include/linux/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ typedef struct {
} compat_sigset_t;

struct compat_sigaction {
#ifndef __ARCH_HAS_ODD_SIGACTION
#ifndef __ARCH_HAS_IRIX_SIGACTION
compat_uptr_t sa_handler;
compat_ulong_t sa_flags;
#else
compat_ulong_t sa_flags;
compat_uint_t sa_flags;
compat_uptr_t sa_handler;
#endif
#ifdef __ARCH_HAS_SA_RESTORER
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/linux/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ extern int show_unhandled_signals;
extern int sigsuspend(sigset_t *);

struct sigaction {
#ifndef __ARCH_HAS_ODD_SIGACTION
#ifndef __ARCH_HAS_IRIX_SIGACTION
__sighandler_t sa_handler;
unsigned long sa_flags;
#else
unsigned long sa_flags;
unsigned int sa_flags;
__sighandler_t sa_handler;
#endif
#ifdef __ARCH_HAS_SA_RESTORER
Expand Down

0 comments on commit 2ae33eb

Please sign in to comment.