mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
signal: Use correct type for si_band in siginfo_t [BZ #23562]
This commit is contained in:
committed by
Florian Weimer
parent
53b2bb8747
commit
f997b4be18
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user