summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/bits/sigaction.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2003-03-11 16:54:43 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2003-03-11 16:54:43 +0000
commit763a62315d878d0b12686343b1a285d3e2554f99 (patch)
tree9fd8470c7912e6eaad0c4909d01562c551815c72 /libc/sysdeps/linux/mips/bits/sigaction.h
parent83ea9cd4cf47b0dd80452f59f437197ee491ece1 (diff)
Compliance with MIPS ABI and MIPS kernel changes.
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/sigaction.h')
-rw-r--r--libc/sysdeps/linux/mips/bits/sigaction.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/sysdeps/linux/mips/bits/sigaction.h b/libc/sysdeps/linux/mips/bits/sigaction.h
index 93a759817..6bf77a11c 100644
--- a/libc/sysdeps/linux/mips/bits/sigaction.h
+++ b/libc/sysdeps/linux/mips/bits/sigaction.h
@@ -44,14 +44,6 @@ struct sigaction
#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'. */