1
0
Fork 0

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>
wifi-calibration
Al Viro 2011-08-18 20:07:29 +01:00 committed by Richard Weinberger
parent dbddc51bc8
commit 1cf5e62ab9
1 changed files with 0 additions and 12 deletions

View File

@ -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