2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
5 Desc: System-dependent definitions to handle unix signals
12 #ifndef __KERNEL_STRICT_NAMES
13 #define __KERNEL_STRICT_NAMES
15 #include <bits/sigcontext.h>
17 /* regs_t is the type of the signals' context. Linux offers no way
18 to get this context in a legal way, so I have to use tricks. */
19 typedef @sigcontext@ regs_t;
20 typedef @sighandler@ SignalHandler;