]> sourceware.org Git - glibc.git/commitdiff
signal: Use correct type for si_band in siginfo_t [BZ #23562]
authorIlya Yu. Malakhov <malakhov@mcst.ru>
Fri, 19 Oct 2018 16:06:32 +0000 (18:06 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 19 Oct 2018 16:06:32 +0000 (18:06 +0200)
ChangeLog
sysdeps/unix/sysv/linux/bits/types/siginfo_t.h

index 888fcf419fc58a0adb5e180545c6af0bd5855ddd..6737ba065c39ebf640c70d0c6673d92bdbec172d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index 33766d1813c689a8942e8f5d37758105a7501036..43c4e009a44faef57558093d248a715f75759f89 100644 (file)
@@ -107,7 +107,7 @@ typedef struct
        /* SIGPOLL.  */
        struct
          {
-           long int si_band;   /* Band event for SIGPOLL.  */
+           __SI_BAND_TYPE si_band;     /* Band event for SIGPOLL.  */
            int si_fd;
          } _sigpoll;
 
This page took 0.063289 seconds and 5 git commands to generate.