This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Hi
A small patch to bring the Linux/ia64 sigcontext structure in sync with
the kernel definition.
Jes
2001-04-16 Jes Sorensen <jes@linuxcare.com>
* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
(struct sigcontext): Add 16 longwords reserved for future use to
match changes in the kernel.
--- /home/jes/cygnus/libc-2.2/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h Thu May 31 14:26:15 2001
+++ sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h Thu May 31 17:39:59 2001
@@ -48,6 +48,7 @@
unsigned long int sc_br[8]; /* branch registers */
unsigned long int sc_gr[32]; /* general registers (static partition) */
struct ia64_fpreg sc_fr[128]; /* floating-point registers */
+ unsigned long int sc_rsvd[16];/* reserved for future use */
/* sc_mask is actually an sigset_t but we don't want to
* include the kernel headers here. */
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |