diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:07:29 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:15:08 +0100 |
commit | 1cf5e62ab939022b43634d6608afd10a809b02b9 (patch) | |
tree | ca832dec9e2ccd838cf2a1d5afe11df7df735ded /arch/um/include/shared | |
parent | dbddc51bc8557525bcc51ad8f4e1626e5f586ebc (diff) |
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>
Diffstat (limited to 'arch/um/include/shared')
-rw-r--r-- | arch/um/include/shared/syscall.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/um/include/shared/syscall.h b/arch/um/include/shared/syscall.h deleted file mode 100644 index dda1df901a08..000000000000 --- a/arch/um/include/shared/syscall.h +++ /dev/null @@ -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 |