diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-10 22:11:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-10 22:11:27 +0000 |
commit | 1a5b42af05ea744cbba2cafe2ea40b2ed399cd0b (patch) | |
tree | 6f59a808c73e0e3c741b77b0837175b1bc5c74b0 /ChangeLog | |
parent | 8ad801270c4e55908ead6787e47e676995730d6a (diff) | |
download | glibc-1a5b42af05ea744cbba2cafe2ea40b2ed399cd0b.zip glibc-1a5b42af05ea744cbba2cafe2ea40b2ed399cd0b.tar.gz glibc-1a5b42af05ea744cbba2cafe2ea40b2ed399cd0b.tar.bz2 |
Update.
2000-08-08 Jes Sorensen <jes@linuxcare.com>
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add SI_KERNEL
define.
Add missing ILL_BADIADDR to enum and make ILL_BREAK match the
define of the kernel.
Add missing __SEG_PSTKOVF definition.
Adjust the padding of struct siginfo and struct sigevent to
match the fact that sigval_t is 64 bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-08-08 Jes Sorensen <jes@linuxcare.com> + + * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add SI_KERNEL + define. + Add missing ILL_BADIADDR to enum and make ILL_BREAK match the + define of the kernel. + Add missing __SEG_PSTKOVF definition. + Adjust the padding of struct siginfo and struct sigevent to + match the fact that sigval_t is 64 bit. + 2000-08-10 Ulrich Drepper <drepper@redhat.com> * timezone/zic.c: Update from tzcode2000f. |