Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (hide annotations) (download)
Wed Aug 18 21:11:40 2010 UTC (13 years, 8 months ago) by niro
File MIME type: text/plain
File size: 256 byte(s)
-updated to klibc-1.5.19
1 niro 532 /*
2     *
3     * Architecture-specific signal definitions
4     *
5     */
6    
7     #ifndef _KLIBC_ARCHSIGNAL_H
8     #define _KLIBC_ARCHSIGNAL_H
9    
10     #define __WANT_POSIX1B_SIGNALS__
11    
12 niro 1122 #include <linux/signal.h>
13    
14 niro 532 /* Not actually used by the kernel... */
15     #define SA_RESTORER 0x80000000
16    
17     #endif