GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / um / os-Linux / sys-i386 / signal.c
blobf311609f93daaf7079476a067e2e2ab24bc8a202
1 /*
2 * Copyright (C) 2006 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3 * Licensed under the GPL
4 */
6 #include <signal.h>
8 extern void handle_signal(int sig, struct sigcontext *sc);
10 void hard_handler(int sig)
12 handle_signal(sig, (struct sigcontext *) (&sig + 1));