um: shared/syscall.h is not even included
... and functions declared in it do not exist Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
dbddc51bc8
commit
1cf5e62ab9
|
@ -1,12 +0,0 @@
|
|||
/*
|
||||
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
|
||||
* Licensed under the GPL
|
||||
*/
|
||||
|
||||
#ifndef __SYSCALL_USER_H
|
||||
#define __SYSCALL_USER_H
|
||||
|
||||
extern int record_syscall_start(int syscall);
|
||||
extern void record_syscall_end(int index, long result);
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue