Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/include/arch/sparc/klibc/archsignal.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 905 - (show annotations) (download)
Fri Oct 16 11:35:59 2009 UTC (14 years, 6 months ago) by niro
File MIME type: text/plain
File size: 294 byte(s)
-fixed signal changes with linux-2.6.30 and above
1 /*
2 * arch/sparc/include/klibc/archsignal.h
3 *
4 * Architecture-specific signal definitions
5 *
6 */
7
8 #ifndef _KLIBC_ARCHSIGNAL_H
9 #define _KLIBC_ARCHSIGNAL_H
10
11 #define __WANT_POSIX1B_SIGNALS__
12 #include <asm/signal.h>
13
14 /* Not actually used by the kernel... */
15 #define SA_RESTORER 0x80000000
16
17 #endif