Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1121 by niro, Fri Oct 16 11:35:59 2009 UTC revision 1122 by niro, Wed Aug 18 21:11:40 2010 UTC
# Line 1  Line 1 
1  /*  /*
  * arch/sparc/include/klibc/archsignal.h  
2   *   *
3   * Architecture-specific signal definitions   * Architecture-specific signal definitions
4   *   *
# Line 9  Line 8 
8  #define _KLIBC_ARCHSIGNAL_H  #define _KLIBC_ARCHSIGNAL_H
9    
10  #define __WANT_POSIX1B_SIGNALS__  #define __WANT_POSIX1B_SIGNALS__
11  #include <asm/signal.h>  
12    #include <linux/signal.h>
13    
14  /* Not actually used by the kernel... */  /* Not actually used by the kernel... */
15  #define SA_RESTORER 0x80000000  #define SA_RESTORER 0x80000000

Legend:
Removed from v.1121  
changed lines
  Added in v.1122