projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0a0ce80
)
(struct sigcontext): Add 16 longwords reserved for future use to match changes
author
drepper
<drepper>
Sat, 7 Jul 2001 22:55:06 +0000
(22:55 +0000)
committer
drepper
<drepper>
Sat, 7 Jul 2001 22:55:06 +0000
(22:55 +0000)
in the kernel.
sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
index
8f9e604
..
d86bf66
100644
(file)
--- a/
sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
+++ b/
sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
@@
-48,6
+48,7
@@
struct sigcontext
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_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. */
/* sc_mask is actually an sigset_t but we don't want to
* include the kernel headers here. */