Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1960
b: refs/heads/master
c: a58e76f
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Jun 13, 2005
1 parent f77b6f6 commit 7d1cf90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 392a8b7efe069564bf7ed057103b1a3f41e55734
refs/heads/master: a58e76f25432dc5e3e84d04c27bec03347ca365b
3 changes: 0 additions & 3 deletions trunk/include/asm-arm26/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ typedef struct sigaltstack {
#include <asm/sigcontext.h>

#define sigmask(sig) (1UL << ((sig) - 1))
//FIXME!!!
//#define HAVE_ARCH_GET_SIGNAL_TO_DELIVER

#endif


Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,8 @@ extern int __group_send_sig_info(int, struct siginfo *, struct task_struct *);
extern long do_sigpending(void __user *, unsigned long);
extern int sigprocmask(int, sigset_t *, sigset_t *);

#ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER
struct pt_regs;
extern int get_signal_to_deliver(siginfo_t *info, struct k_sigaction *return_ka, struct pt_regs *regs, void *cookie);
#endif

#endif /* __KERNEL__ */

Expand Down

0 comments on commit 7d1cf90

Please sign in to comment.