Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259074
b: refs/heads/master
c: f3c23a2
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Jul 25, 2011
1 parent 7e3c231 commit 5a6a6a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 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: 7c946199cd5eab2917bb053ca6fdc6997d27aa7a
refs/heads/master: f3c23a28ace0a42ea06b5860b3bd25f71fc14c89
15 changes: 7 additions & 8 deletions trunk/arch/m68k/include/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ typedef struct sigaltstack {
#ifdef __KERNEL__
#include <asm/sigcontext.h>

#ifndef __uClinux__
#ifndef CONFIG_CPU_HAS_NO_BITFIELDS
#define __HAVE_ARCH_SIG_BITOPS

static inline void sigaddset(sigset_t *set, int _sig)
Expand Down Expand Up @@ -199,15 +199,14 @@ static inline int sigfindinword(unsigned long word)
return word ^ 31;
}

struct pt_regs;
extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie);
#endif /* !CONFIG_CPU_HAS_NO_BITFIELDS */

#else

#undef __HAVE_ARCH_SIG_BITOPS
#ifdef __uClinux__
#define ptrace_signal_deliver(regs, cookie) do { } while (0)

#else
struct pt_regs;
extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie);
#endif /* __uClinux__ */
#endif /* __KERNEL__ */

#endif /* __KERNEL__ */
#endif /* _M68K_SIGNAL_H */

0 comments on commit 5a6a6a2

Please sign in to comment.