aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2011-08-18 15:07:29 -0400
committerRichard Weinberger <richard@nod.at>2011-11-02 09:15:08 -0400
commit1cf5e62ab939022b43634d6608afd10a809b02b9 (patch)
treeca832dec9e2ccd838cf2a1d5afe11df7df735ded /arch
parentdbddc51bc8557525bcc51ad8f4e1626e5f586ebc (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')
-rw-r--r--arch/um/include/shared/syscall.h12
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 @@
1/*
2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
5
6#ifndef __SYSCALL_USER_H
7#define __SYSCALL_USER_H
8
9extern int record_syscall_start(int syscall);
10extern void record_syscall_end(int index, long result);
11
12#endif