return syscall_table[] to the arch-independent part

This commit is contained in:
NAKAMURA Gou
2013-06-24 15:53:37 +09:00
parent 295c2ee5ca
commit cbc37b62a9
4 changed files with 31 additions and 35 deletions

View File

@ -184,10 +184,6 @@ struct syscall_params {
#define SYSCALL_FOOTER return do_syscall(&request, ctx)
extern long (*syscall_table[])(int n, ihk_mc_user_context_t *ctx);
extern char *syscall_name[];
extern long syscall_table_elems;
extern int do_syscall(struct syscall_request *req, ihk_mc_user_context_t *ctx);
#endif