Added missing properties.
[AROS.git] / arch / all-linux / kernel / sigcore.h.i386.src
blob4148b8894de651fb4aab86612bd705c74a3a5923
1 /*
2     Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3     $Id$
5     Desc: System-dependent definitions to handle unix signals
6     Lang: english
7 */
9 #ifndef _SIGNAL_H
10 #define _SIGNAL_H
11 #endif
12 #ifndef __KERNEL_STRICT_NAMES
13 #define __KERNEL_STRICT_NAMES
14 #endif
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;