diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-04 01:49:49 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-04 01:49:49 +0000 |
| commit | 67787bc9576a9e995cfc74d548b089af84ac97b9 (patch) | |
| tree | a5291cca0702ce32f0c74b7912a3a29012f9d95b /libc/sysdeps/linux/mips/bits/sigaction.h | |
| parent | 4e4163c84b41138f68634bd60300f6407ceec8df (diff) | |
| download | uClibc-alpine-67787bc9576a9e995cfc74d548b089af84ac97b9.tar.bz2 uClibc-alpine-67787bc9576a9e995cfc74d548b089af84ac97b9.tar.xz | |
Merge with latest changes from the trunk.
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/sigaction.h')
| -rw-r--r-- | libc/sysdeps/linux/mips/bits/sigaction.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/bits/sigaction.h b/libc/sysdeps/linux/mips/bits/sigaction.h index 6bf77a11c..d04e25f76 100644 --- a/libc/sysdeps/linux/mips/bits/sigaction.h +++ b/libc/sysdeps/linux/mips/bits/sigaction.h @@ -1,5 +1,6 @@ /* The proper definitions for Linux/MIPS's sigaction. - Copyright (C) 1993,94,95,97,98,99,2000 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2003 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -44,6 +45,14 @@ 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_SZPTR < 64 + int sa_resv[1]; +#endif }; /* Bits in `sa_flags'. */ |
