浏览代码

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>
Al Viro 14 年之前
父节点
当前提交
1cf5e62ab9
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      arch/um/include/shared/syscall.h

+ 0 - 12
arch/um/include/shared/syscall.h

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