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 904 by niro, Sat Sep 1 22:45:15 2007 UTC revision 905 by niro, Fri Oct 16 11:35:59 2009 UTC
# Line 11  Line 11 
11  #define __WANT_POSIX1B_SIGNALS__  #define __WANT_POSIX1B_SIGNALS__
12  #include <asm/signal.h>  #include <asm/signal.h>
13    
 struct sigaction {  
  __sighandler_t sa_handler;  
  unsigned long sa_flags;  
  void (*sa_restorer)(void); /* Not used by Linux/SPARC */  
  sigset_t sa_mask;  
 };  
   
14  /* Not actually used by the kernel... */  /* Not actually used by the kernel... */
15  #define SA_RESTORER 0x80000000  #define SA_RESTORER 0x80000000
16    

Legend:
Removed from v.904  
changed lines
  Added in v.905