[uClibc-cvs] uClibc/libc/sysdeps/linux/mips/bits sigaction.h,1.2,1.3

Steven J. Hill sjhill at uclibc.org
Tue Mar 11 16:54:47 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/mips/bits
In directory winder:/tmp/cvs-serv15206/libc/sysdeps/linux/mips/bits

Modified Files:
	sigaction.h 
Log Message:
Compliance with MIPS ABI and MIPS kernel changes.


Index: sigaction.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/mips/bits/sigaction.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sigaction.h	14 Nov 2001 07:37:42 -0000	1.2
+++ sigaction.h	11 Mar 2003 16:54:43 -0000	1.3
@@ -44,14 +44,6 @@
 #endif
     /* Additional set of signals to be blocked.  */
     __sigset_t sa_mask;
-
-    /* The ABI says here are two unused ints following. */
-    /* Restore handler.  */
-    void (*sa_restorer) (void);
-
-#if _MIPS_ISA == _MIPS_ISA_MIPS1 || _MIPS_ISA == _MIPS_ISA_MIPS2
-    int sa_resv[1];
-#endif
   };
 
 /* Bits in `sa_flags'.  */




More information about the uClibc-cvs mailing list