2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
9 /* Need to kill the do_signal() declaration in the i386 signal.h */
11 #define do_signal do_signal_renamed
12 #include "asm/arch/signal.h"
14 #undef ptrace_signal_deliver
16 #define ptrace_signal_deliver(regs, cookie) do {} while(0)
21 * Overrides for Emacs so that we follow Linus's tabbing style.
22 * Emacs will notice this stuff at the end of the file and automatically
23 * adjust the settings for this buffer only. This must remain at the end
25 * ---------------------------------------------------------------------------
27 * c-file-style: "linux"