Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6.git] / arch / arc / kernel / sys.c
blob9d6c1ca26af6d8bf4c035ae5f6085d8bfb6bc0be
2 #include <linux/syscalls.h>
3 #include <linux/signal.h>
4 #include <linux/unistd.h>
6 #include <asm/syscalls.h>
8 #define sys_clone sys_clone_wrapper
10 #undef __SYSCALL
11 #define __SYSCALL(nr, call) [nr] = (call),
13 void *sys_call_table[NR_syscalls] = {
14 [0 ... NR_syscalls-1] = sys_ni_syscall,
15 #include <asm/unistd.h>