/* * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */#include "asm/unistd.h"#include "sysdep/ptrace.h"typedeflongsyscall_handler_t(structpt_regs);/* Not declared on x86, incompatible declarations on x86_64, so these have * to go here rather than in sys_call_table.c */externsyscall_handler_tsys_rt_sigaction;externsyscall_handler_told_mmap_i386;