projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3645493
)
x86: ptrace.c declare functions before they get used
author
Jaswinder Singh
<jaswinder@infradead.org>
Mon, 21 Jul 2008 17:05:38 +0000
(22:35 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 22 Jul 2008 12:36:07 +0000
(14:36 +0200)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
include/asm-x86/ptrace.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/ptrace.h
b/include/asm-x86/ptrace.h
index
8a71db8
..
48c1d5a
100644
(file)
--- a/
include/asm-x86/ptrace.h
+++ b/
include/asm-x86/ptrace.h
@@
-148,6
+148,9
@@
extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs,
void signal_fault(struct pt_regs *regs, void __user *frame, char *where);
#endif
+extern long syscall_trace_enter(struct pt_regs *);
+extern void syscall_trace_leave(struct pt_regs *);
+
static inline unsigned long regs_return_value(struct pt_regs *regs)
{
return regs->ax;