Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (show 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 /*
2 *
3 * Architecture-specific signal definitions
4 *
5 */
6
7 #ifndef _KLIBC_ARCHSIGNAL_H
8 #define _KLIBC_ARCHSIGNAL_H
9
10 /* The in-kernel headers for i386 got clean up, use them. */
11
12 #include <linux/signal.h>
13
14 #endif