mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 20:00:07 +00:00
signal: Use correct type for si_band in siginfo_t [BZ #23562]
This commit is contained in:
parent
53b2bb8747
commit
f997b4be18
@ -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>
|
2018-10-19 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
[BZ #23689]
|
[BZ #23689]
|
||||||
|
@ -107,7 +107,7 @@ typedef struct
|
|||||||
/* SIGPOLL. */
|
/* SIGPOLL. */
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
long int si_band; /* Band event for SIGPOLL. */
|
__SI_BAND_TYPE si_band; /* Band event for SIGPOLL. */
|
||||||
int si_fd;
|
int si_fd;
|
||||||
} _sigpoll;
|
} _sigpoll;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user