diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 19:07:29 (GMT) |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 13:15:08 (GMT) |
commit | 1cf5e62ab939022b43634d6608afd10a809b02b9 (patch) | |
tree | ca832dec9e2ccd838cf2a1d5afe11df7df735ded /arch/um | |
parent | dbddc51bc8557525bcc51ad8f4e1626e5f586ebc (diff) | |
download | linux-1cf5e62ab939022b43634d6608afd10a809b02b9.tar.xz |
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')
-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 dda1df9..0000000 --- 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 |