projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8f47c4
)
[PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h)
author
Al Viro
<viro@ftp.linux.org.uk>
Sun, 8 Oct 2006 14:05:14 +0000
(15:05 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 8 Oct 2006 19:32:36 +0000
(12:32 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-m68k/signal.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-m68k/signal.h
b/include/asm-m68k/signal.h
index de1ba6ead3b4391de37e71bbb14fe2dcae92ed40..3db8a81942f12ac98d9319f1fc92a4b4f58f30b8 100644
(file)
--- a/
include/asm-m68k/signal.h
+++ b/
include/asm-m68k/signal.h
@@
-198,6
+198,7
@@
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 /* __KERNEL__ */