Magellan Linux

Annotation of /trunk/mkinitrd-magellan/klibc/usr/include/arch/i386/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: 211 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 niro 1122 /* The in-kernel headers for i386 got clean up, use them. */
11 niro 532
12 niro 1122 #include <linux/signal.h>
13 niro 532
14     #endif