projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbddc51
)
um: shared/syscall.h is not even included
author
Al Viro
<viro@ftp.linux.org.uk>
Thu, 18 Aug 2011 19:07:29 +0000
(20:07 +0100)
committer
Richard Weinberger
<richard@nod.at>
Wed, 2 Nov 2011 13:15:08 +0000
(14:15 +0100)
... 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>
arch/um/include/shared/syscall.h
[deleted file]
patch
|
blob
|
history
diff --git
a/arch/um/include/shared/syscall.h
b/arch/um/include/shared/syscall.h
deleted file mode 100644
(file)
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