From f997b4be18f7e57d757d39e42f7715db26528aa0 Mon Sep 17 00:00:00 2001 From: "Ilya Yu. Malakhov" Date: Fri, 19 Oct 2018 18:06:32 +0200 Subject: signal: Use correct type for si_band in siginfo_t [BZ #23562] --- sysdeps/unix/sysv/linux/bits/types/siginfo_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/bits/types/siginfo_t.h') diff --git a/sysdeps/unix/sysv/linux/bits/types/siginfo_t.h b/sysdeps/unix/sysv/linux/bits/types/siginfo_t.h index 33766d1813..43c4e009a4 100644 --- a/sysdeps/unix/sysv/linux/bits/types/siginfo_t.h +++ b/sysdeps/unix/sysv/linux/bits/types/siginfo_t.h @@ -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; -- cgit 1.4.1