diff options
author | Ilya Yu. Malakhov <malakhov@mcst.ru> | 2018-10-19 18:06:32 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-10-19 18:06:32 +0200 |
commit | f997b4be18f7e57d757d39e42f7715db26528aa0 (patch) | |
tree | 4368f607b25e205725998f650497d784d3806527 /ChangeLog | |
parent | 53b2bb87472138910df47b9bc6c8227e0550a23e (diff) | |
download | glibc-f997b4be18f7e57d757d39e42f7715db26528aa0.zip glibc-f997b4be18f7e57d757d39e42f7715db26528aa0.tar.gz glibc-f997b4be18f7e57d757d39e42f7715db26528aa0.tar.bz2 |
signal: Use correct type for si_band in siginfo_t [BZ #23562]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2018-10-19 Ilya Yu. Malakhov <malakhov@mcst.ru> + + [BZ #23562] + * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h + (struct siginfo_t): Use correct type for si_band. + 2018-10-19 Florian Weimer <fweimer@redhat.com> [BZ #23689] |