[patch] ia64 sigcontext
Jes Sorensen
jes@trained-monkey.org
Wed Jul 4 10:09:00 GMT 2001
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. */
More information about the Libc-hacker
mailing list