diff options
author | Richard Henderson <rth@twiddle.net> | 2014-05-20 06:59:52 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-05-20 07:17:24 -0700 |
commit | 4c0a1e6392fc9f667dba272dc13d94dc5c54813e (patch) | |
tree | d7b814dc99b7fb9b41a97b99deff4069b4bd0c2e /ChangeLog | |
parent | 57cce7060a755300273373d3256d6233d73ca013 (diff) | |
download | glibc-4c0a1e6392fc9f667dba272dc13d94dc5c54813e.tar.gz glibc-4c0a1e6392fc9f667dba272dc13d94dc5c54813e.tar.xz glibc-4c0a1e6392fc9f667dba272dc13d94dc5c54813e.zip |
alpha: Remove bits/siginfo.h (BZ 16966)
Using the default header instead. This matches the kernel, which also uses the generic header. Fixes the sys/wait.h conform issue, where si_band had the wrong type.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 21a6fb84d0..8fa58d9b11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -2014-05-18 Richard Henderson <rth@redhat.com> +2014-05-20 Richard Henderson <rth@redhat.com> + + [BZ #16966] + * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file. * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define. |