Home
last modified time | relevance | path

Searched refs:si_band (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/bits/types/
Dsiginfo_t.h110 __SI_BAND_TYPE si_band; /* Band event for SIGPOLL. */ member
143 #define si_band _sifields._sigpoll.si_band macro
/glibc-2.36/conform/data/sys/
Dwait.h-data47 // Bug 23821: si_band has type int on sparc64.
48 xfail[sparc64-linux]-element siginfo_t long si_band
/glibc-2.36/bits/types/
Dsiginfo_t.h17 long int si_band; /* Band event for SIGPOLL. */ member
/glibc-2.36/stdio-common/
Dpsiginfo.c193 fprintf (fp, "%ld)\n", (long int) pinfo->si_band); in psiginfo()
/glibc-2.36/conform/data/
Dsignal.h-data174 // Bug 23821: si_band has type int on sparc64.
175 xfail[sparc64-linux]-element siginfo_t long si_band
/glibc-2.36/sysdeps/mach/hurd/i386/
Dtrampoline.c56 si->si_band = 0; /* SIGPOLL is not supported yet. */ in fill_siginfo()
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-mips2265 _timer.si_sigval. Correct the type of _sigpoll.si_band.
DChangeLog.1912031 XFAIL siginfo_t si_band conform test on sparc64.
12036 * conform/data/signal.h-data (siginfo_t): XFAIL si_band test on
12219 (struct siginfo_t): Use correct type for si_band.
DChangeLog.10474 * sysdeps/unix/sysv/linux/bits/siginfo.h [struct siginfo] (si_band):
DChangeLog.116636 Change type of si_band from "int" to "long".
DChangeLog.17414 warning for si_band.
DChangeLog.1855809 [POSIX] (si_band): Likewise.
/glibc-2.36/
DNEWS2018 [23562] libc: Wrong type for si_band in Linux-specific siginfo_t
2057 [23821] libc: si_band in siginfo_t has wrong type long int on sparc64